fromJson method

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

Implementation

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