BoolFunctionMap typedef Null safety

BoolFunctionMap = bool Function(MapEntry)

Implementation

typedef BoolFunctionMap = bool Function(MapEntry);