fromJson static method

Implementation

static ServiceAttributesAdditionalFields fromJson(String json) {
  return ensureInitialized()
      .decodeJson<ServiceAttributesAdditionalFields>(json);
}