InputDataBuilder class
Constructors
Properties
- beepKeyFlag ↔ bool?
-
getter/setter pair
- defaultInputString ↔ String?
-
getter/setter pair
- defaultLayoutString ↔ String?
-
getter/setter pair
- device ↔ Device?
-
getter/setter pair
- disableCancelFlag ↔ bool?
-
getter/setter pair
- disableCorrectFlag ↔ bool?
-
getter/setter pair
- disableValidFlag ↔ bool?
-
getter/setter pair
- fromRightToLeftFlag ↔ bool?
-
getter/setter pair
- globalCorrectionFlag ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- immediateResponseFlag ↔ bool?
-
getter/setter pair
- infoQualify ↔ InfoQualify?
-
getter/setter pair
- inputCommand ↔ InputCommand?
-
getter/setter pair
- maskCharactersFlag ↔ bool?
-
getter/setter pair
- maxDecimalLength ↔ int?
-
getter/setter pair
- maxInputTime ↔ int?
-
getter/setter pair
- maxLength ↔ int?
-
getter/setter pair
-
getter/setter pair
- minLength ↔ int?
-
getter/setter pair
- notifyCardInputFlag ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringMask ↔ String?
-
getter/setter pair
- waitUserValidationFlag ↔ bool?
-
getter/setter pair
Methods
-
build(
) → InputData -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replace(
InputData other) → void -
Replaces the value in the builder with a new one.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
void updates(InputDataBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited