toValue method
Implementation
String toValue() {
switch (this) {
case TcpRetryPolicyEvent.connectionError:
return 'connection-error';
}
}
String toValue() {
switch (this) {
case TcpRetryPolicyEvent.connectionError:
return 'connection-error';
}
}