defaultInterval property

TimeValue? defaultInterval

The default time interval for the service. This can be used as a time slider's step size.

Will return null if an error occurs or if the service doesn't define a default time interval.

Implementation

TimeValue? get defaultInterval => _defaultInterval.value;