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