UserNotificationsResponse constructor
const
UserNotificationsResponse({
- required UserNotificationsCounts counts,
- required List<
UserNotificationItemView> items, - required String status,
- required String username,
- @JsonKey.new(name: 'next_page') String? nextPage,
Implementation
const factory UserNotificationsResponse({
required UserNotificationsCounts counts,
required List<UserNotificationItemView> items,
required String status,
required String username,
@JsonKey(name: 'next_page') String? nextPage,
}) = _UserNotificationsResponse;