NotFilter constructor

const NotFilter({
  1. required ApptiveGridFilter filter,
})

Creates a new ApptiveGridFilter that negates a given filter

Implementation

const NotFilter({required this.filter}) : super._();