fromJson method

Implementation

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