UpnpHostDevice constructor

UpnpHostDevice({
  1. String? deviceType,
  2. String? friendlyName,
  3. String? manufacturer,
  4. String? manufacturerUrl,
  5. String? modelName,
  6. String? modelNumber,
  7. String? modelDescription,
  8. String? modelUrl,
  9. String? serialNumber,
  10. String? presentationUrl,
  11. String? udn,
  12. String? upc,
})

Implementation

UpnpHostDevice(
    {this.deviceType,
    this.friendlyName,
    this.manufacturer,
    this.manufacturerUrl,
    this.modelName,
    this.modelNumber,
    this.modelDescription,
    this.modelUrl,
    this.serialNumber,
    this.presentationUrl,
    this.udn,
    this.upc});