NotificationRegisterDto constructor

NotificationRegisterDto({
  1. String? notificationName,
  2. String? url,
  3. String? content,
  4. String? remark,
})

Implementation

NotificationRegisterDto({
  this.notificationName,
  this.url,
  this.content,
  this.remark,
});