StacIcon.fromJson constructor

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

Creates a StacIcon from JSON.

Implementation

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