Inbound constructor

Inbound({
  1. List? arguments,
  2. Map<String, String>? attachments,
})

Implementation

Inbound({this.arguments, this.attachments});