TextEntry class
Constructors
-
TextEntry({required List<
String> data}) -
const
- TextEntry.none()
-
const
- TextEntry.single(String value)
Properties
- current → String
-
The current value for the field.
This property defines the current value that is assigned to the field.no setteroverride -
data
→ List<
String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefined → bool
-
Returns
trueif the object is defined.
Always check if the object is defined before using it.no setterinherited - isUndefined → bool
-
Returns
trueif the object is undefined.
Always check if the object is undefined before using it.no setterinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
Serves as the initial value
no setteroverride
Methods
-
fromString(
String text) → TextEntry -
Get the submittable value
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withSelected(
String item) → TextEntry -
override
-
withUnselected(
String item) → Entry< String> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited