StacTableCell.fromJson constructor
Creates a StacTableCell from a JSON map.
Implementation
factory StacTableCell.fromJson(Map<String, dynamic> json) =>
_$StacTableCellFromJson(json);
Creates a StacTableCell from a JSON map.
factory StacTableCell.fromJson(Map<String, dynamic> json) =>
_$StacTableCellFromJson(json);