isStream property
bool
get
isStream
Returns whether this response type is a stream
Implementation
bool get isStream => this == ResponseType.stream;
Returns whether this response type is a stream
bool get isStream => this == ResponseType.stream;