EncryptedChatEmpty constructor
const
EncryptedChatEmpty({
- required int id,
Encrypted Chat Empty constructor.
Implementation
const EncryptedChatEmpty({required this.id}) : super._();
Encrypted Chat Empty constructor.
const EncryptedChatEmpty({required this.id}) : super._();