isList property

bool isList

Returns true if the response is a list.

Implementation

bool get isList => this.object == ObjectTypes.List;