UpnpHostIcon constructor

UpnpHostIcon({
  1. String? mimetype,
  2. int? width,
  3. int? height,
  4. int? depth,
  5. String? url,
})

Implementation

UpnpHostIcon({this.mimetype, this.width, this.height, this.depth, this.url});