isMap property

bool isMap

Checks if T is a Map of any type.

See isSubtypeOf for further info.

Implementation

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