FollowupFlag constructor

FollowupFlag({
  1. String? flagStatus,
  2. DateTime? completedDateTime,
  3. DateTime? dueDateTime,
  4. DateTime? startDateTime,
})

Implementation

FollowupFlag({
  this.flagStatus,
  this.completedDateTime,
  this.dueDateTime,
  this.startDateTime,
});