startTimeUsage property

StartTimeUsage startTimeUsage

Start time usage.

Default value StartTimeUsage.departureTime will be returned on error.

Implementation

StartTimeUsage get startTimeUsage {
  final coreValue = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ClosestFacilityTaskInfo_getStartTimeUsage(
        _handle, errorHandler);
  });
  return StartTimeUsage._fromCoreValue(coreValue);
}