fromJson static method

Implementation

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