isRecurring property

  1. @override
bool? get isRecurring
override

Whether or not we should automatically set this to recurring

Implementation

@override
bool? get isRecurring => delegate.isRecurring;