fromJson static method

ClayConfig fromJson(
  1. String json
)

Implementation

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