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