isNone property
bool
get
isNone
Returns true if the response have no object type.
Implementation
bool get isNone => this.object == ObjectTypes.None;
Returns true if the response have no object type.
bool get isNone => this.object == ObjectTypes.None;