$empty static method
Wrapper for the TextEditingValue.empty getter
Implementation
static $Value? $empty(Runtime runtime, $Value? target, List<$Value?> args) {
final value = TextEditingValue.empty;
return $TextEditingValue.wrap(value);
}
Wrapper for the TextEditingValue.empty getter
static $Value? $empty(Runtime runtime, $Value? target, List<$Value?> args) {
final value = TextEditingValue.empty;
return $TextEditingValue.wrap(value);
}