CourierEvent constructor
CourierEvent(
- String name,
- ConnectionInfo? connectionInfo
Implementation
CourierEvent(this.name, this.connectionInfo);
CourierEvent(this.name, this.connectionInfo);