DatastoreBundle constructor
DatastoreBundle({
- required List<
PointOfInterest> pointOfInterests, - required List<
Way> ways,
Creates a new DatastoreBundle.
Implementation
DatastoreBundle({required this.pointOfInterests, required this.ways});