serviceId property

String get serviceId

Implementation

String get serviceId {
  return $$context$$["serviceId"];
}
set serviceId (String value)

Implementation

set serviceId(String value) {
  $$context$$["serviceId"] = value;
}