NotificationListNotificationsInput constructor
- @JsonSerializable(includeIfNull: false)
const
NotificationListNotificationsInput(
{ - List<String>? reasons,
- @Default(50) int limit,
- bool? priority,
- String? cursor,
- DateTime? seenAt,
- Map<String, dynamic>? $unknown,
})
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;