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