isMap property

bool isMap

Returns true if the underlying value points to a map.

Implementation

bool get isMap => _valueType == ValueType.Map;