isEmptyMap property
bool
get
isEmptyMap
Returns true
if this decoded value represents an empty map.
Implementation
bool get isEmptyMap => checkEmptyMap(value);
Returns true
if this decoded value represents an empty map.
bool get isEmptyMap => checkEmptyMap(value);