isList property
bool
get
isList
Returns true if the response is a list.
Implementation
bool get isList => this.object == ObjectTypes.List;
Returns true if the response is a list.
bool get isList => this.object == ObjectTypes.List;