isBytes property

bool get isBytes

Returns whether this response type is bytes

Implementation

bool get isBytes => this == ResponseType.bytes;