DatastoreBundle constructor

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

Creates a new DatastoreBundle.

Implementation

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