PitelTransportState constructor

PitelTransportState(
  1. TransportStateEnum state, {
  2. ErrorCause? cause,
})

Implementation

PitelTransportState(this.state, {this.cause});