GoogleOperations constructor

GoogleOperations({
  1. List<String>? affectedUserEmails,
  2. Attachment? attachmentData,
  3. String? description,
  4. String? header,
  5. String? title,
})

Implementation

GoogleOperations({
  this.affectedUserEmails,
  this.attachmentData,
  this.description,
  this.header,
  this.title,
});