RecurringEvent constructor

const RecurringEvent({
  1. Key? key,
})

Implementation

const RecurringEvent({Key? key}) : super(key: key);