OlmPlaintextPayload constructor

OlmPlaintextPayload({
  1. String? type,
  2. Map<String, Object?>? content,
  3. String? sender,
  4. String? recipient,
  5. Map<String, String>? recipientKeys,
  6. Map<String, String>? keys,
})

Implementation

OlmPlaintextPayload({
  this.type,
  this.content,
  this.sender,
  this.recipient,
  this.recipientKeys,
  this.keys,
}) : super();