isBytes property
bool
get
isBytes
Returns whether this response type is bytes
Implementation
bool get isBytes => this == ResponseType.bytes;
Returns whether this response type is bytes
bool get isBytes => this == ResponseType.bytes;