getNav method

Nav? getNav()

Implementation

Nav? getNav() => nav ?? parent?.getNav();