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