CourierEvent constructor

CourierEvent(
  1. String name,
  2. ConnectionInfo? connectionInfo
)

Implementation

CourierEvent(this.name, this.connectionInfo);