fromJson static method
- String json
Implementation
static SwampConfig fromJson(String json) {
return ensureInitialized().decodeJson<SwampConfig>(json);
}
static SwampConfig fromJson(String json) {
return ensureInitialized().decodeJson<SwampConfig>(json);
}