isList property

bool get isList

Returns true if the response is a list of JSON objects.

Implementation

bool get isList => isLeft;