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