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