StacExpanded.fromJson constructor

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

Creates a StacExpanded from a JSON map.

Implementation

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