getJumpRoute method

String? getJumpRoute()

Implementation

String? getJumpRoute() {
  if (_jumpRoute != null) {
    return _jumpRoute;
  }
  return null;
}