UpdatePolicy<S, U>.denyIf constructor
const
UpdatePolicy<S, U>.denyIf ({})
Implementation
const factory UpdatePolicy.denyIf({
bool? hovered,
bool? focused,
bool? touched,
bool? dirty,
bool? empty,
bool? full,
bool? edited,
bool? submitted,
FetchStatus? fetch,
}) = DenyIfPolicy<S, U>;