isMap property

bool isMap

Returns true if type is a Map.

Implementation

bool get isMap => _typeWrapper.isMap;