toValue method
Implementation
String toValue() {
switch (this) {
case CertificateType.disabled:
return 'DISABLED';
case CertificateType.generated:
return 'GENERATED';
}
}
String toValue() {
switch (this) {
case CertificateType.disabled:
return 'DISABLED';
case CertificateType.generated:
return 'GENERATED';
}
}