NotificationsModel constructor

NotificationsModel({
  1. List<Datum>? data,
})

Implementation

NotificationsModel({
    this.data,
});