DataSource constructor

const DataSource(
  1. String appPackageName,
  2. Device device,
  3. String streamIdentifier,
  4. String streamName,
  5. DataSourceType type,
)

Implementation

const DataSource(this.appPackageName, this.device, this.streamIdentifier,
    this.streamName, this.type);