EkmConnection constructor

EkmConnection({
  1. ConnectionError? connectionError,
  2. String? connectionName,
  3. String? connectionState,
})

Implementation

EkmConnection({
  this.connectionError,
  this.connectionName,
  this.connectionState,
});