$RangeError class

dart_eval wrapper for RangeError

Implemented types

Constructors

$RangeError.wrap(RangeError $value)
Wrap a RangeError in a $RangeError

Properties

$reified → dynamic
Fully reify the underlying value so it can be used in a Dart context. For example, recursively transform collections into their underlying $values.
no setteroverride
$value → RangeError
The backing Dart value of this $Value.
final
end → num?
The maximum value that value is allowed to assume.
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
invalidValue → num?
The invalid value.
no setteroverride
message → String?
Message describing the problem.
no setteroverride
name → String?
Name of the invalid argument, if available.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stackTrace → StackTrace?
The stack trace at the point where this error was first thrown.
no setteroverride
start → num?
The minimum value that value is allowed to assume.
no setteroverride

Methods

$getProperty(Runtime runtime, String identifier) → $Value?
Get a property by identifier on this instance
override
$getRuntimeType(Runtime runtime) → int
Index of the class Type in the runtime dictionary. By definition can change from run to run, so it's customary to use Runtime.lookupType in implementations.
override
$setProperty(Runtime runtime, String identifier, $Value value) → void
Set a property by identifier on this instance to value
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

$_range(Runtime runtime, $Value? target, List<$Value?> args) → $RangeError
$_value(Runtime runtime, $Value? target, List<$Value?> args) → $RangeError
$checkNotNegative(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
$checkValidIndex(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
$checkValidRange(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
$new(Runtime runtime, $Value? target, List<$Value?> args) → $RangeError

Constants

$declaration → const BridgeClassDef
Compile-time class definition for $RangeError