GetNotificationListQuery constructor

GetNotificationListQuery({
  1. String? appId,
  2. String? deviceToken,
  3. int? page,
  4. int? pageSize,
})

Implementation

GetNotificationListQuery({
  this.appId,
  this.deviceToken,
  this.page,
  this.pageSize,
});