isEmptyMap property

bool isEmptyMap

Returns true if this decoded value represents an empty map.

Implementation

bool get isEmptyMap => checkEmptyMap(value);