updateConnectionState property
The connection state has changed. This update must be used only to show a human-readable description of the connection state
Implementation
UpdateConnectionState? get updateConnectionState {
if (this is UpdateConnectionState) {
return this as UpdateConnectionState;
}
return null;
}