fromJson static method

Implementation

static UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessages? fromJson(
  Map<String, dynamic>? json,
) {
  if (json == null) {
    return null;
  }

  return const UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessages();
}