isStreaming property
bool
get
isStreaming
Whether or not the entertainment stream is actively streaming.
Implementation
bool get isStreaming => _entertainmentStream.isStreaming;
Whether or not the entertainment stream is actively streaming.
bool get isStreaming => _entertainmentStream.isStreaming;