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