isFreeRoam property
      
      bool
      get
      isFreeRoam
      
    
    
Indication that the navigation is in FreeRoam mode
Implementation
bool get isFreeRoam =>
    state != sdk.State.disabled && route.routeBuildOptions == null;
Indication that the navigation is in FreeRoam mode
bool get isFreeRoam =>
    state != sdk.State.disabled && route.routeBuildOptions == null;