CommentQuotedFileContent constructor

CommentQuotedFileContent({
  1. String? mimeType,
  2. String? value,
})

Implementation

CommentQuotedFileContent({
  this.mimeType,
  this.value,
});