NotificationActionsCompanion constructor

const NotificationActionsCompanion({
  1. Value<int> id = const Value.absent(),
  2. Value<int> notificationId = const Value.absent(),
  3. Value<String> payload = const Value.absent(),
})

Implementation

const NotificationActionsCompanion({
  this.id = const Value.absent(),
  this.notificationId = const Value.absent(),
  this.payload = const Value.absent(),
});