UserNotificationsCountResponse constructor

const UserNotificationsCountResponse({
  1. required int count,
})

Implementation

const factory UserNotificationsCountResponse({required int count}) = _UserNotificationsCountResponse;