StreamSpecification constructor
StreamSpecification({
- required bool streamEnabled,
- StreamViewType? streamViewType,
Implementation
StreamSpecification({
required this.streamEnabled,
this.streamViewType,
});