Outbound constructor

Outbound({
  1. String? code,
  2. String? message,
  3. Cause? cause,
  4. dynamic content,
})

Implementation

Outbound({this.code, this.message, this.cause, this.content});