fromJson static method

TableCell fromJson(
  1. String json
)

Implementation

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