Service constructor
Service({
- Attributes? attributes,
- String? createTime,
- String? description,
- String? discoveredService,
- String? displayName,
- String? name,
- ServiceProperties? serviceProperties,
- ServiceReference? serviceReference,
- String? state,
- String? uid,
- 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,
});