SearchType constructor

const SearchType({
  1. required String key,
})

Implementation

const SearchType({required String key}) : _key = key;