isMap property

bool get isMap

Returns true if the underlying value points to a map.

Implementation

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