BusFareAttributes constructor

BusFareAttributes(
  1. {String fareId,
  2. String price,
  3. String currencyType,
  4. String paymentMethod,
  5. String transfers,
  6. String transferDuration}
)

Implementation

BusFareAttributes({
  this.fareId,
  this.price,
  this.currencyType,
  this.paymentMethod,
  this.transfers,
  this.transferDuration
});