GooglePrivacyDlpV2ConversationMessage constructor

GooglePrivacyDlpV2ConversationMessage({
  1. String? content,
  2. String? messageType,
  3. String? participantId,
})

Implementation

GooglePrivacyDlpV2ConversationMessage({
  this.content,
  this.messageType,
  this.participantId,
});