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