StacText.fromJson constructor

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

Creates a StacText from a JSON map.

Implementation

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