navigator$ property

dynamic get navigator$

Implementation

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

Implementation

set navigator$(_i2.dynamic value) {
  _i4.setProperty(
    this,
    'Navigator',
    value,
  );
}