optionsHistory property

List<BaseContainerOptions> optionsHistory
getter/setter pair

A stack of the base options parsed to the the navigated screens it must always remain equal to the screenViewHistory

Implementation

List<BaseContainerOptions> optionsHistory = [];