isMap top-level constant Null safety

TypeMatcher<Map> const isMap

A matcher for Map.

Implementation

const isMap = TypeMatcher<Map>();