sectionProgress property
getter/setter pair
The progress for each Section from the current one to the last one. Note that the progress information is accumulated successively, therefore information relative to the final destination is in the last item of the list. The list is guaranteed to be non-empty.
Implementation
List<SectionProgress> sectionProgress;