NotificationModel constructor
NotificationModel({
- int totalSize = 0,
- int limit = 0,
- int offset = 0,
- List<
Notifications> ? notifications,
Implementation
NotificationModel(
{this.totalSize=0, this.limit=0, this.offset=0, this.notifications});