FileComment constructor

FileComment({
  1. String? legacyCommentId,
  2. String? legacyDiscussionId,
  3. String? linkToDiscussion,
  4. DriveItem? parent,
})

Implementation

FileComment({
  this.legacyCommentId,
  this.legacyDiscussionId,
  this.linkToDiscussion,
  this.parent,
});