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