IndexError.withLength 构造函数
- @Since("2.19")
创建一个新的 IndexError,表示 invalidValue
不是一个有效的 indexable 索引。
消息用于作为错误字符串表示的一部分。
实现
@Since("2.19")
IndexError.withLength(int invalidValue, this.length,
{this.indexable, String? name, String? message})
: super.value(invalidValue, name, message ?? "Index out of range");