Service constructor

Service({
  1. String? urn,
  2. String? namespace,
  3. String? name,
  4. int? flags,
  5. int? timeout,
  6. int? retries,
  7. String? sets,
  8. String? kind,
  9. String? lang,
  10. Map<String, String>? attrs,
})

Implementation

Service({this.urn, this.namespace, this.name, this.flags, this.timeout, this.retries, this.sets, this.kind, this.lang, this.attrs});