Goodbye constructor

Goodbye(
  1. Map<String, dynamic> details,
  2. String reason
)

Implementation

Goodbye(this.details, this.reason);