fromJson static method

Config fromJson(
  1. String json
)

Implementation

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