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