Announcement constructor

Announcement({
  1. String? alternateLink,
  2. String? assigneeMode,
  3. String? courseId,
  4. String? creationTime,
  5. String? creatorUserId,
  6. String? id,
  7. IndividualStudentsOptions? individualStudentsOptions,
  8. List<Material>? materials,
  9. String? scheduledTime,
  10. String? state,
  11. String? text,
  12. String? updateTime,
})

Implementation

Announcement({
  this.alternateLink,
  this.assigneeMode,
  this.courseId,
  this.creationTime,
  this.creatorUserId,
  this.id,
  this.individualStudentsOptions,
  this.materials,
  this.scheduledTime,
  this.state,
  this.text,
  this.updateTime,
});