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