toValue method
Implementation
String toValue() {
switch (this) {
case ServiceUpdateType.securityUpdate:
return 'security-update';
}
}
String toValue() {
switch (this) {
case ServiceUpdateType.securityUpdate:
return 'security-update';
}
}