transitionType property

TransitionType get transitionType

Cause of the navigation.

Implementation

TransitionType get transitionType =>
    TransitionType.fromJS(_wrapped.transitionType);
set transitionType (TransitionType v)

Implementation

set transitionType(TransitionType v) {
  _wrapped.transitionType = v.toJS;
}