fromJson method

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

Implementation

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