$emailAddress static method

$Value? $emailAddress(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

Wrapper for the TextInputType.emailAddress getter

Implementation

static $Value? $emailAddress(
    Runtime runtime,
    $Value? target,
    List<$Value?> args,
    ) {
  final value = TextInputType.emailAddress;
  return $TextInputType.wrap(value);
}