$new static method
Wrapper for the TextRange.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $TextRange.wrap(
TextRange(start: args[0]!.$value, end: args[1]!.$value),
);
}
Wrapper for the TextRange.new constructor
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $TextRange.wrap(
TextRange(start: args[0]!.$value, end: args[1]!.$value),
);
}