UpdatePolicy<S, U> class abstract

Implementers

Constructors

UpdatePolicy()
const
UpdatePolicy.allow()
const
factory
UpdatePolicy.allowIf({bool? hovered, bool? focused, bool? touched, bool? dirty, bool? empty, bool? full, bool? edited, bool? submitted, FetchStatus? fetch})
const
factory
UpdatePolicy.deny()
const
factory
UpdatePolicy.denyIf({bool? hovered, bool? focused, bool? touched, bool? dirty, bool? empty, bool? full, bool? edited, bool? submitted, FetchStatus? fetch})
const
factory

Properties

hashCode int
The hash code for this object.
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
updateCheck(S current, U value, InputStatus status) → U?

Operators

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