fromJson method

Implementation

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