EkmConnection constructor
EkmConnection({
- ConnectionError? connectionError,
- String? connectionName,
- String? connectionState,
Implementation
EkmConnection({
this.connectionError,
this.connectionName,
this.connectionState,
});