CustomReminderSchemaEntryDTO constructor
CustomReminderSchemaEntryDTO({
- int? id,
- CustomReminderSchemaEntryDTOTimeUnitEnum? timeUnit,
- int? ntime,
Returns a new CustomReminderSchemaEntryDTO instance.
Implementation
CustomReminderSchemaEntryDTO({
this.id,
this.timeUnit,
this.ntime,
});