toJson method

String toJson()

Implementation

String toJson() {
  return TableCellMapper.ensureInitialized().encodeJson<TableCell>(
    this as TableCell,
  );
}