StacTableCell.fromJson constructor

StacTableCell.fromJson(
  1. Map<String, dynamic> json
)

Creates a StacTableCell from a JSON map.

Implementation

factory StacTableCell.fromJson(Map<String, dynamic> json) =>
    _$StacTableCellFromJson(json);