DecryptedMessageService008 constructor

const DecryptedMessageService008({
  1. required int randomId,
  2. required Uint8List randomBytes,
  3. required DecryptedMessageActionBase action,
})

Decrypted Message Service constructor.

Implementation

const DecryptedMessageService008({
  required this.randomId,
  required this.randomBytes,
  required this.action,
}) : super._();