TransportState constructor

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

Implementation

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