DecryptedSubject constructor
DecryptedSubject([
- void updates()?
Decrypted version of the encrypted push notification received from the server.
Implementation
factory DecryptedSubject([void Function(DecryptedSubjectBuilder)? updates]) = _$DecryptedSubject;