Notifications constructor
Notifications({
- List<
Notification> ? items, - String? kind,
Implementation
Notifications({this.items, this.kind});
Notifications({this.items, this.kind});