ActionReason constructor

ActionReason({
  1. Action? action,
  2. String? detail,
  3. String? message,
})

Implementation

ActionReason({
  this.action,
  this.detail,
  this.message,
});