DateTimeFieldBlocState class
- Inheritance
-
- Object
- FieldBlocState<
DateTime?> - DateTimeFieldBlocState
Constructors
-
DateTimeFieldBlocState({required String name, required DateTime? initialValue, required DateTime? value, required bool isValueChanged, required bool isDirty, required Set<
Validator< validators, required Set<DateTime?> >ValidationType> rules, required String? error, required bool enabled, required bool readOnly, required bool loading, dynamic data, dynamic extraData, FormBloc? formBloc, required DateFormat? dateFormat, required DateTime? firstDate, required DateTime? lastDate})
Properties
- data → dynamic
-
finalinherited
- dateFormat → DateFormat?
-
final
- disabled → bool
-
no setterinherited
- displayError → String?
-
no setterinherited
- enabled → bool
-
finalinherited
- error → String?
-
finalinherited
- extraData → dynamic
-
finalinherited
- firstDate → DateTime?
-
final
- formBloc → FormBloc?
-
finalinherited
- hasFormBloc → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasValue → bool
-
no setterinherited
- initialValue → DateTime?
-
finalinherited
- isDirty → bool
-
finalinherited
- isInitial → bool
-
no setterinherited
- isNotValid → bool
-
no setterinherited
- isRequired → bool
-
no setterinherited
- isValid → bool
-
no setterinherited
- isValueChanged → bool
-
finalinherited
- lastDate → DateTime?
-
final
- 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 setteroverride
- 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< DateTime?> > -
finalinherited
- value → DateTime?
-
finalinherited
Methods
-
copyWith(
{Object? initialValue = empty, Object? value = empty, bool? isValueChanged, bool? isDirty, Set< Validator< ? validators, Set<DateTime?> >ValidationType> ? rules, Object? error = empty, bool? enabled, bool? readOnly, bool? loading, Object? data = empty, Object? extraData = empty, Object? formBloc = empty, Object? dateFormat = empty, Object? firstDate = empty, Object? lastDate = empty}) → DateTimeFieldBlocState -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toNullableString(
) → String? -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited