ChatSourcePublicServiceAnnouncement constructor

ChatSourcePublicServiceAnnouncement({
  1. required String type,
  2. required String text,
})

Implementation

ChatSourcePublicServiceAnnouncement({required this.type, required this.text});