StacFlexible.fromJson constructor
Creates a StacFlexible from a JSON map.
Implementation
factory StacFlexible.fromJson(Map<String, dynamic> json) =>
_$StacFlexibleFromJson(json);
Creates a StacFlexible from a JSON map.
factory StacFlexible.fromJson(Map<String, dynamic> json) =>
_$StacFlexibleFromJson(json);