DecryptedSubject constructor

DecryptedSubject([
  1. void updates(
    1. DecryptedSubjectBuilder
    )?
])

Decrypted version of the encrypted push notification received from the server.

Implementation

factory DecryptedSubject([void Function(DecryptedSubjectBuilder)? updates]) = _$DecryptedSubject;