MasstransitWeight constructor
const
MasstransitWeight(
- LocalizedValue time,
- LocalizedValue walkingDistance, {
- required int transfersCount,
Implementation
const MasstransitWeight(
this.time,
this.walkingDistance, {
required this.transfersCount,
});