StacTable.fromJson constructor

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

Creates a StacTable from a JSON map.

Implementation

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