Service constructor

Service({
  1. List<String>? attributeNames,
  2. String? serviceCode,
})

Implementation

Service({
  this.attributeNames,
  this.serviceCode,
});