NotificationGetUnreadCountInput constructor

const NotificationGetUnreadCountInput({
  1. bool? priority,
  2. @JsonKey.new(toJson: iso8601) DateTime? seenAt,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory NotificationGetUnreadCountInput({
  bool? priority,
  @JsonKey(toJson: iso8601) DateTime? seenAt,

  Map<String, dynamic>? $unknown,
}) = _NotificationGetUnreadCountInput;