DatastoreReadResult constructor

DatastoreReadResult({
  1. required List<PointOfInterest> pointOfInterests,
  2. required List<Way> ways,
})

Implementation

DatastoreReadResult({required this.pointOfInterests, required this.ways});