DenyIfPolicy<S, U> class

Inheritance

Constructors

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

Properties

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

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 _, U value, InputStatus status) → U?
override

Operators

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