BasicService constructor

BasicService({
  1. Map<String, String>? serviceLabels,
  2. String? serviceType,
})

Implementation

BasicService({this.serviceLabels, this.serviceType});