NotifyDto constructor

NotifyDto({
  1. Map<String, dynamic>? values,
})

Implementation

NotifyDto({
  this.values,
});