isEmptyList property

bool isEmptyList

Returns true if this decoded value represents an empty list.

Implementation

bool get isEmptyList => checkEmptyList(value);