BusFareRules constructor

BusFareRules(
  1. {String fareId,
  2. String routeId,
  3. String originId,
  4. String destinationId,
  5. String containsId}
)

Implementation

BusFareRules({
  this.fareId,
  this.routeId,
  this.originId,
  this.destinationId,
  this.containsId
});