PublicTransportCostInfo constructor

const PublicTransportCostInfo({
  1. int value = 0,
  2. int fraction = 0,
  3. int exponent = 0,
  4. required String currencyCode,
})

Implementation

const PublicTransportCostInfo({
  this.value = 0,
  this.fraction = 0,
  this.exponent = 0,
  required this.currencyCode
});