InternalLinkTypePublicChat constructor

InternalLinkTypePublicChat({
  1. required String chatUsername,
  2. required String draftText,
  3. required bool openProfile,
})

Implementation

InternalLinkTypePublicChat({
  required this.chatUsername,
  required this.draftText,
  required this.openProfile,
});