MatchedRoute constructor

MatchedRoute({
  1. String? id,
  2. String? lineId,
  3. String? routeCode,
  4. String? name,
  5. String? direction,
  6. String? originationName,
  7. String? destinationName,
  8. String? originator,
  9. String? destination,
  10. String? serviceType,
  11. DateTime? validTo,
  12. DateTime? validFrom,
})

Implementation

MatchedRoute({
  this.id,
  this.lineId,
  this.routeCode,
  this.name,
  this.direction,
  this.originationName,
  this.destinationName,
  this.originator,
  this.destination,
  this.serviceType,
  this.validTo,
  this.validFrom,
});