tempPassengerTotal property

int tempPassengerTotal

Implementation

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