rootStack property

List<RootNomoPage> get rootStack

Implementation

List<RootNomoPage> get rootStack => _stack.whereType<RootNomoPage>().toList();