PlannerTask constructor
PlannerTask({
- String? id,
- String? title,
- String? planId,
- String? bucketId,
- int? priority,
- int? checklistItemCount,
- int? activeChecklistItemCount,
- int? percentComplete,
- String? dueDateTime,
- String? createdDateTime,
- String? startDateTime,
- String? completedDateTime,
- String? lastModifiedDateTime,
- String? completedBy,
- Map<
String, bool> ? appliedCategories, - Map<
String, TaskAssignment> ? assignments, - String? previewType,
- bool? completed,
- String? referenceCount,
- String? assigneePriority,
- String? orderHint,
- PlannerTaskDetails? details,
Creates a new PlannerTask instance.
Implementation
PlannerTask({
this.id,
this.title,
this.planId,
this.bucketId,
this.priority,
this.checklistItemCount,
this.activeChecklistItemCount,
this.percentComplete,
this.dueDateTime,
this.createdDateTime,
this.startDateTime,
this.completedDateTime,
this.lastModifiedDateTime,
this.completedBy,
this.appliedCategories,
this.assignments,
this.previewType,
this.completed,
this.referenceCount,
this.assigneePriority,
this.orderHint,
this.details,
});