Filters constructor

Filters({
  1. String? key,
})

Implementation

Filters({this.key}) {
  clear();
}