RecommendedFees constructor
const
RecommendedFees({})
Implementation
const RecommendedFees({
required this.fastestFee,
required this.halfHourFee,
required this.hourFee,
required this.economyFee,
required this.minimumFee,
});