DataSource constructor
const
DataSource(
- String appPackageName,
- Device device,
- String streamIdentifier,
- String streamName,
- DataSourceType type,
Implementation
const DataSource(this.appPackageName, this.device, this.streamIdentifier,
this.streamName, this.type);