RetrieveResonse constructor

RetrieveResonse({
  1. required String type,
  2. required List<Feature> features,
  3. required String attribution,
  4. required String? url,
})

Implementation

RetrieveResonse({
  required this.type,
  required this.features,
  required this.attribution,
  required this.url,
});