DenyIfPolicy<S, U> constructor

const DenyIfPolicy<S, U>({
  1. bool? hovered,
  2. bool? focused,
  3. bool? touched,
  4. bool? dirty,
  5. bool? empty,
  6. bool? full,
  7. bool? edited,
  8. bool? submitted,
  9. FetchStatus? fetch,
})

Implementation

const DenyIfPolicy({
  super.hovered,
  super.focused,
  super.touched,
  super.dirty,
  super.empty,
  super.full,
  super.edited,
  super.submitted,
  super.fetch,
});