IfPolicy<S, U> class abstract

Inheritance
Implementers

Constructors

IfPolicy({bool? hovered, bool? focused, bool? touched, bool? empty, bool? full, bool? dirty, bool? edited, bool? submitted, FetchStatus? fetch})
const

Properties

dirty bool?
final
edited bool?
final
empty bool?
final
fetch FetchStatus?
final
focused bool?
final
full bool?
final
hashCode int
The hash code for this object.
no setterinherited
hovered bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitted bool?
final
touched bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCheck(S current, U value, InputStatus status) → U?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited