CustomReminderSchemaDTO constructor
CustomReminderSchemaDTO({})
Returns a new CustomReminderSchemaDTO instance.
Implementation
CustomReminderSchemaDTO({
this.id,
this.identityId,
this.projectId,
this.name,
this.dailySinceDueMinusDays,
this.singular = const [],
});