UpnpHostService constructor

UpnpHostService({
  1. String? type,
  2. String? id,
  3. String? simpleName,
})

Implementation

UpnpHostService({this.type, this.id, this.simpleName});