timeToBetterRoute property

int get timeToBetterRoute

Get the remaining time in seconds until the next check for a better route.

Returns

  • Time in seconds until the next check for a better route.

Also see:

Implementation

static int get timeToBetterRoute {
  final OperationResult resultString = staticMethod(
    'Debug',
    'timeToBetterRouteSec',
  );
  return resultString['result'];
}