TripServiceImpl constructor

TripServiceImpl(
  1. LocusInterface _instanceProvider()
)

Creates a trip service with the given Locus interface provider.

Implementation

TripServiceImpl(this._instanceProvider);