fromJson static method

TableRemoved fromJson(
  1. String json
)

Implementation

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