isNone property

bool isNone

Returns true if the response have no object type.

Implementation

bool get isNone => this.object == ObjectTypes.None;