StreamSpecification constructor

StreamSpecification({
  1. required bool streamEnabled,
  2. StreamViewType? streamViewType,
})

Implementation

StreamSpecification({
  required this.streamEnabled,
  this.streamViewType,
});