isMap property

bool isMap
inherited

Checks if T is a Map of any type.

See isSubtypeOf for further info.

Implementation

bool get isMap => isSubtypeOf<Map>();