PushEntity constructor
Implementation
PushEntity({
required this.id,
this.payload,
this.title,
this.body,
this.repeatInterval,
this.scheduleDurationAddition,
});
PushEntity({
required this.id,
this.payload,
this.title,
this.body,
this.repeatInterval,
this.scheduleDurationAddition,
});