AppInboxAction constructor

const AppInboxAction({
  1. String? action,
  2. String? title,
  3. String? url,
})

Implementation

const AppInboxAction({this.action, this.title, this.url});