TripEngine constructor

TripEngine({
  1. TripStore? store,
})

Implementation

TripEngine({TripStore? store}) : _store = store;