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