NotificationUpdateSeenInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory NotificationUpdateSeenInput({
required DateTime seenAt,
Map<String, dynamic>? $unknown,
}) = _NotificationUpdateSeenInput;