recurrence property

  1. @override
TimeSpan? recurrence
override

Returns the suggested recurrence for this result. This doesn't necessarily mean that the result should be interpreted as recurring. See isRecurring

Implementation

@override
TimeSpan? get recurrence => delegate.recurrence;