Notifications constructor

Notifications({
  1. List<Notification>? items,
  2. String? kind,
})

Implementation

Notifications({
  this.items,
  this.kind,
});