menu
core_mixins package
documentation
async/stream_view.dart
StreamViewMixin<T>
isBroadcast property
isBroadcast property
dark_mode
light_mode
isBroadcast
property
@
override
bool
get
isBroadcast
override
Whether this stream is a broadcast stream.
Implementation
@override bool get isBroadcast => streamView.isBroadcast;
core_mixins package
documentation
async/stream_view
StreamViewMixin<T>
isBroadcast property
StreamViewMixin mixin