BooleanFieldBlocState class

Inheritance

Constructors

BooleanFieldBlocState({required String name, required bool? initialValue, required bool? value, required bool isValueChanged, required bool isDirty, required Set<Validator<bool?>> validators, required Set<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 bool?
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, the toString method will be overridden to output this instance's props.
no setterinherited
validators Set<Validator<bool?>>
finalinherited
value bool?
finalinherited

Methods

copyWith({Object? initialValue = empty, Object? value = empty, bool? isValueChanged, bool? isDirty, Set<Validator<bool?>>? validators, Set<ValidationType>? rules, Object? error = empty, bool? enabled, bool? readOnly, bool? loading, Object? data = empty, Object? extraData = empty, Object? formBloc = empty}) BooleanFieldBlocState
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