NotificationGetUnreadCountInput constructor
const
NotificationGetUnreadCountInput({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory NotificationGetUnreadCountInput({
bool? priority,
@JsonKey(toJson: iso8601) DateTime? seenAt,
Map<String, dynamic>? $unknown,
}) = _NotificationGetUnreadCountInput;