fromJson static method

ClayEnvironment fromJson(
  1. String json
)

Implementation

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