NotificationGetUnreadCountInput constructor

  1. @JsonSerializable(includeIfNull: false)
const NotificationGetUnreadCountInput({
  1. bool? priority,
  2. DateTime? seenAt,
  3. Map<String, dynamic>? $unknown,
})

Implementation

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

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