NotificationUnregisterPushInput.fromJson constructor

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

Implementation

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