NotificationListNotificationsInput constructor
const
NotificationListNotificationsInput({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory NotificationListNotificationsInput({
/// A reason that matches the reason property of #notification.
List<String>? reasons,
@Default(50) int limit,
bool? priority,
String? cursor,
DateTime? seenAt,
Map<String, dynamic>? $unknown,
}) = _NotificationListNotificationsInput;