NormalizerFn typedef Null safety
The function signature for a custom normalizer
argument in a query.
Implementation
typedef NormalizerFn = String Function(String);
The function signature for a custom normalizer
argument in a query.
typedef NormalizerFn = String Function(String);