transition property
TransitionType
get
transition
The transition type for this visit from its referrer.
Implementation
TransitionType get transition => TransitionType.fromJS(_wrapped.transition);
set
transition
(TransitionType v)
Implementation
set transition(TransitionType v) {
_wrapped.transition = v.toJS;
}