fromJson static method

SDConfig fromJson(
  1. String json
)

Implementation

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