ExportedChatlistInvite constructor

const ExportedChatlistInvite({
  1. required String title,
  2. required String url,
  3. required List<PeerBase> peers,
})

Exported Chatlist Invite constructor.

Implementation

const ExportedChatlistInvite({
  required this.title,
  required this.url,
  required this.peers,
}) : super._();