value property
String
get
value
Implementation
String get value {
switch (this) {
case BaseConnectionErrorType.NegotiationFailed:
return "negotiation-failed";
case BaseConnectionErrorType.ConnectionClosed:
return "connection-closed";
}
}