isMap property

bool isMap

Returns true if this decoded value represents a map.

Implementation

bool get isMap => checkMap(value);