NotificationUpdateSeenInput.fromJson constructor

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

Implementation

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