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