InboxAction constructor

InboxAction({
  1. String? content,
  2. String? href,
  3. dynamic data,
})

Implementation

InboxAction({
  this.content,
  this.href,
  this.data,
});