screenNames property

List<String> screenNames
getter/setter pair

Using this approach as we need to keep track of screens before this one and keep track of screens previous to the current one.

Implementation

List<String> screenNames = [];