departureStops property

int departureStops

Implementation

int get departureStops =>
  (paymentDetails.value.bookingDepartureTrip?.flights?.length ?? 1) - 1;