fromJson static method

BaseConfig fromJson(
  1. String json
)

Implementation

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