isList property

bool isList

Returns true if this decoded value represents a list.

Implementation

bool get isList => checkList(value);