LoStatus enum

Used to indicate both Fields and Forms statuses.

Inheritance

Constructors

LoStatus()
const

Values

pure → const LoStatus
  • Form: all fields have their initial values.
  • Field: has its initial value.
valid → const LoStatus
  • Form: all fields have valid values.
  • Field: the current value is valid.
invalid → const LoStatus
  • Form: all fields have valid values.
  • Field: the current value is valid.
mixed → const LoStatus
  • Form: all fields are either valid or pure, but not invalid.
loading → const LoStatus
  • Form: submission is in progress.
success → const LoStatus
  • Form: submission has finished with success.
failure → const LoStatus
  • Form: submission has finished with failure.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LoStatus>
A constant List of the values in this enum, in order of their declaration.