StacFlexible.fromJson constructor

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

Creates a StacFlexible from a JSON map.

Implementation

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