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