fromJson static method
Inherited by: ChatSourceMtprotoProxy ChatSourcePublicServiceAnnouncement
Implementation
static ChatSourceMtprotoProxy? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const ChatSourceMtprotoProxy();
}