navigationType property

NavigationType? navigationType

Implementation

NavigationType? get navigationType {
  final ret = js_util.getProperty(this, 'navigationType');

  return ret == null ? null : NavigationType.fromValue(ret);
}