NotificationGetPreferencesOutput.fromJson constructor

NotificationGetPreferencesOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory NotificationGetPreferencesOutput.fromJson(
  Map<String, Object?> json,
) => _$NotificationGetPreferencesOutputFromJson(json);