ChatSourcePublicServiceAnnouncement.fromJson constructor
Parse from a json
Implementation
factory ChatSourcePublicServiceAnnouncement.fromJson(Map<String, dynamic> json) => ChatSourcePublicServiceAnnouncement(
type: json['type'],
text: json['text'],
);