EntityStreamedState<T>.from constructor

  1. @Deprecated('Better use other subjects or streams')
EntityStreamedState<T>.from(
  1. Stream<EntityState<T>> stream
)

Implementation

@Deprecated('Better use other subjects or streams')
// ignore: deprecated_member_use_from_same_package
EntityStreamedState.from(Stream<EntityState<T>> stream) : super.from(stream);