isEmptyMap property

bool get isEmptyMap

Returns true if this decoded value represents an empty map.

Implementation

bool get isEmptyMap => checkEmptyMap(value);