FormState class

Constructors

FormState.new({required List<FormScreenItemModel> formScreenItems, required Map<String, ValueNotifier> values, List<FormBase>? formItems, FormBase? currentItem, FormStateStatus? status})
const

Properties

currentItem → FormBase?
final
formItems List<FormBase>?
final
formScreenItems List<FormScreenItemModel>
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status FormStateStatus?
final
values Map<String, ValueNotifier>
final

Methods

copyWith({List<FormBase>? formItems, List<FormScreenItemModel>? formScreenItems, FormBase? currentItem, FormStateStatus? status, Map<String, ValueNotifier>? values}) FormState
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant FormState other) bool
The equality operator.
override