isObject property
bool
get
isObject
Returns true if the response is an object.
Implementation
bool get isObject => this.object == ObjectTypes.Object;
Returns true if the response is an object.
bool get isObject => this.object == ObjectTypes.Object;