TaskRequest constructor
TaskRequest({
- String? title,
- String? description,
- LocationRequest? location,
- TaskType? type,
- TaskFrequency? frequency,
- DateTime? idealDate,
- TaskIdealDateCompletionWhen? idealDateCompletion,
- List<
int> ? categories,
Implementation
TaskRequest({
this.title,
this.description,
this.location,
this.type,
this.frequency,
this.idealDate,
this.idealDateCompletion,
this.categories,
});