EncryptMessageResponse constructor
const
EncryptMessageResponse({})
Implementation
const EncryptMessageResponse({
required this.pubKey,
required this.createdAt,
required this.kind,
required this.tags,
required this.content,
});