StacCard.fromJson constructor

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

Creates a StacCard from a JSON map.

Implementation

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