Service constructor

Service({
  1. Attributes? attributes,
  2. String? createTime,
  3. String? description,
  4. String? discoveredService,
  5. String? displayName,
  6. String? name,
  7. ServiceProperties? serviceProperties,
  8. ServiceReference? serviceReference,
  9. String? state,
  10. String? uid,
  11. String? updateTime,
})

Implementation

Service({
  this.attributes,
  this.createTime,
  this.description,
  this.discoveredService,
  this.displayName,
  this.name,
  this.serviceProperties,
  this.serviceReference,
  this.state,
  this.uid,
  this.updateTime,
});