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