tempPassengerTotal property
Implementation
int get tempPassengerTotal =>
tempAdult.value +
tempInfantsInLap.value +
tempChildren.value +
tempInfantsInSeats.value;
int get tempPassengerTotal =>
tempAdult.value +
tempInfantsInLap.value +
tempChildren.value +
tempInfantsInSeats.value;