toValue method
Implementation
String toValue() {
switch (this) {
case SmoothGroupCertificateMode.selfSigned:
return 'SELF_SIGNED';
case SmoothGroupCertificateMode.verifyAuthenticity:
return 'VERIFY_AUTHENTICITY';
}
}
String toValue() {
switch (this) {
case SmoothGroupCertificateMode.selfSigned:
return 'SELF_SIGNED';
case SmoothGroupCertificateMode.verifyAuthenticity:
return 'VERIFY_AUTHENTICITY';
}
}