ConnectionStatus constructor
ConnectionStatus(})
Constructor for ConnectionStatus.
Implementation
ConnectionStatus(
this.message,
this.errorCode,
this.errorDetails, {
required this.connected,
});
Constructor for ConnectionStatus.
ConnectionStatus(
this.message,
this.errorCode,
this.errorDetails, {
required this.connected,
});