StacChip.fromJson constructor

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

Creates a StacChip from a JSON map.

Implementation

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