ChatEventHasProtectedContentToggled.fromJson constructor
Parse from a json
Implementation
factory ChatEventHasProtectedContentToggled.fromJson(
Map<String, dynamic> json) =>
ChatEventHasProtectedContentToggled(
hasProtectedContent: json['has_protected_content'],
);