$TextInputType class

dart_eval wrapper binding for TextInputType

Properties

$reified TextInputType
Fully reify the underlying value so it can be used in a Dart context. For example, recursively transform collections into their underlying $values.
no setter
$value TextInputType
The backing Dart value of this $Value.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$getProperty(Runtime runtime, String identifier) → $Value?
Get a property by identifier on this instance
$getRuntimeType(Runtime runtime) int
Index of the class Type in the runtime dictionary. By definition can change from run to run, so it's customary to use Runtime.lookupType in implementations.
$setProperty(Runtime runtime, String identifier, $Value value) → void
Set a property by identifier on this instance to value
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

$datetime(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.datetime getter
$emailAddress(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.emailAddress getter
$multiline(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.multiline getter
$name(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.name getter
$none(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.none getter
$number(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.number getter
$numberWithOptions(Runtime runtime, $Value? thisValue, List<$Value?> args) → $Value?
Wrapper for the TextInputType.numberWithOptions constructor
$phone(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.phone getter
$streetAddress(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.streetAddress getter
$text(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.text getter
$twitter(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.twitter getter
$url(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.url getter
$values(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.values getter
$visiblePassword(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.visiblePassword getter
$webSearch(Runtime runtime, $Value? target, List<$Value?> args) → $Value?
Wrapper for the TextInputType.webSearch getter
configureForRuntime(Runtime runtime) → void
Configure this class for use in a Runtime

Constants

$declaration → const BridgeClassDef
Compile-time class declaration of $TextInputType
$spec → const BridgeTypeSpec
Compile-time type specification of $TextInputType
$type → const BridgeTypeRef
Compile-time type declaration of $TextInputType