navigator property

Navigator get navigator

Implementation

_i3.Navigator get navigator => _i4.getProperty(
      this,
      'navigator',
    );
set navigator (Navigator value)

Implementation

set navigator(_i3.Navigator value) {
  _i4.setProperty(
    this,
    'navigator',
    value,
  );
}