EncryptedChatEmpty constructor

const EncryptedChatEmpty({
  1. required int id,
})

Encrypted Chat Empty constructor.

Implementation

const EncryptedChatEmpty({required this.id}) : super._();