InputFieldBlocState<T> class
- Inheritance
-
- Object
- FieldBlocState<
T> - InputFieldBlocState
- Implementers
- Available extensions
Constructors
-
InputFieldBlocState({required String name, required T initialValue, required T value, required bool isValueChanged, required bool isDirty, required Set<
Validator< validators, required Set<T> >ValidationType> rules, required String? error, required bool enabled, required bool readOnly, required bool loading, dynamic data, dynamic extraData, FormBloc? formBloc})
Properties
- data → dynamic
-
finalinherited
- disabled → bool
-
no setterinherited
- displayError → String?
-
no setterinherited
- enabled → bool
-
finalinherited
- error → String?
-
finalinherited
- extraData → dynamic
-
finalinherited
- formBloc → FormBloc?
-
finalinherited
- hasFormBloc → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasValue → bool
-
no setterinherited
- initialValue → T
-
finalinherited
- isDirty → bool
-
finalinherited
- isInitial → bool
-
no setterinherited
- isNotValid → bool
-
no setterinherited
- isRequired → bool
-
no setterinherited
- isValid → bool
-
no setterinherited
- isValueChanged → bool
-
finalinherited
- loading → bool
-
finalinherited
- name → String
-
finalinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- readOnly → bool
-
finalinherited
-
rules
→ Set<
ValidationType> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited -
validators
→ Set<
Validator< T> > -
finalinherited
- value → T
-
finalinherited
- valueToDouble → double?
-
Available on TextFieldBlocState, provided by the TextFieldBlocStateX extension
no setter - valueToInt → int?
-
Available on TextFieldBlocState, provided by the TextFieldBlocStateX extension
no setter
Methods
-
copyWith(
{Object? initialValue = empty, Object? value = empty, bool? isValueChanged, bool? isDirty, Set< Validator< ? validators, Set<T> >ValidationType> ? rules, Object? error = empty, bool? enabled, bool? readOnly, bool? loading, Object? data = empty, Object? extraData = empty, Object? formBloc = empty}) → InputFieldBlocState<T> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toNullableString(
) → String? -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited