fromJson static method

ServiceModel fromJson(
  1. String json
)

Implementation

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