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