CustomReminderSchemaEntryDTO constructor

CustomReminderSchemaEntryDTO({
  1. int? id,
  2. CustomReminderSchemaEntryDTOTimeUnitEnum? timeUnit,
  3. int? ntime,
})

Returns a new CustomReminderSchemaEntryDTO instance.

Implementation

CustomReminderSchemaEntryDTO({
  this.id,
  this.timeUnit,
  this.ntime,
});