toValue method
Implementation
String toValue() {
switch (this) {
case QualificationStatus.granted:
return 'Granted';
case QualificationStatus.revoked:
return 'Revoked';
}
}
String toValue() {
switch (this) {
case QualificationStatus.granted:
return 'Granted';
case QualificationStatus.revoked:
return 'Revoked';
}
}