isStream property

bool get isStream

Returns whether this response type is a stream

Implementation

bool get isStream => this == ResponseType.stream;