AtNotification constructor

AtNotification(
  1. String id,
  2. String key,
  3. String from,
  4. String to,
  5. int epochMillis,
  6. String? messageType,
  7. bool? isEncrypted, {
  8. String? value,
  9. String? operation,
  10. int? expiresAtInEpochMillis,
  11. Metadata? metadata,
})

Implementation

AtNotification(this.id, this.key, this.from, this.to, this.epochMillis,
    this.messageType, this.isEncrypted,
    {this.value, this.operation, this.expiresAtInEpochMillis, this.metadata});