DecryptedMessageService017 constructor

const DecryptedMessageService017({
  1. required int randomId,
  2. required DecryptedMessageActionBase action,
})

Decrypted Message Service constructor.

Implementation

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