fromJson method

  1. @override
NotificationRegisterPushInput fromJson(
  1. Map<String, dynamic> json
)

Implementation

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