fromJson static method

SetonixConfig fromJson(
  1. String json
)

Implementation

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