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