FareTapDetails constructor

FareTapDetails({
  1. String? modeType,
  2. String? validationType,
  3. String? hostDeviceType,
  4. String? busRouteId,
  5. int? nationalLocationCode,
  6. DateTime? tapTimestamp,
})

Implementation

FareTapDetails({
  this.modeType,
  this.validationType,
  this.hostDeviceType,
  this.busRouteId,
  this.nationalLocationCode,
  this.tapTimestamp,
});