isMapType property

bool get isMapType

Returns true if type is Map.

Implementation

bool get isMapType => typeInfo.isMap;