ListFieldBlocState<T> class
- Inheritance
-
- Object
- FieldBlocState<
List< T> > - ListFieldBlocState
Constructors
-
ListFieldBlocState({required String name, required List<
T> initialValue, required List<T> value, required bool isValueChanged, required bool isDirty, required Set<Validator< validators, required Set<List< >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
→ List<
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< List< >T> > -
finalinherited
-
value
→ List<
T> -
finalinherited
Methods
-
copyWith(
{List< T> ? initialValue, List<T> ? value, bool? isValueChanged, bool? isDirty, Set<Validator< ? validators, Set<List< >T> >ValidationType> ? rules, Object? error = empty, bool? enabled, bool? readOnly, bool? loading, Object? data = empty, Object? extraData = empty, Object? formBloc = empty}) → ListFieldBlocState<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