fromJson method
Implementation
@override
NotificationPutPreferencesV2Input fromJson(Map<String, dynamic> json) {
return NotificationPutPreferencesV2Input.fromJson(
translate(json, NotificationPutPreferencesV2Input.knownProps),
);
}
@override
NotificationPutPreferencesV2Input fromJson(Map<String, dynamic> json) {
return NotificationPutPreferencesV2Input.fromJson(
translate(json, NotificationPutPreferencesV2Input.knownProps),
);
}