ConnectedState constructor

const ConnectedState(
  1. bool connected, {
  2. bool userInitiatedConnectionState = false,
})

Implementation

const ConnectedState(
  this.connected, {
  this.userInitiatedConnectionState = false,
});