isList top-level constant Null safety

TypeMatcher<List> const isList

A matcher for List.

Implementation

const isList = TypeMatcher<List>();