StreamView constructor

StreamView(
  1. dynamic model
)

Implementation

factory StreamView(model) => getView(model)!;