menu
innerlibs
global.dart
KeyCharSearches<
T
> typedef
KeyCharSearches
dark_mode
light_mode
KeyCharSearches<
T
>
typedef
KeyCharSearches
<
T
> =
Map
<
string
,
bool
Function
(
string
search
,
T
item
)
>
Implementation
typedef KeyCharSearches<T> = Map<string, bool Function(string search, T item)>;
innerlibs
global
KeyCharSearches<
T
> typedef
global library