UpnpHostActionArgument constructor

UpnpHostActionArgument(
  1. String name,
  2. bool isOutput, {
  3. String? relatedStateVariable,
})

Implementation

UpnpHostActionArgument(this.name, this.isOutput, {this.relatedStateVariable});