StacContainer.fromJson constructor

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

Creates a StacContainer from JSON.

Implementation

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