isObject property

bool isObject

Returns true if the response is an object.

Implementation

bool get isObject => this.object == ObjectTypes.Object;