isStreamable property
bool
get
isStreamable
Whether BlocxCollectionSyncStreamMixin is applied.
Implementation
bool get isStreamable => this is BlocxCollectionSyncStreamMixin<T, P>;
Whether BlocxCollectionSyncStreamMixin is applied.
bool get isStreamable => this is BlocxCollectionSyncStreamMixin<T, P>;