toValue method
Implementation
String toValue() {
switch (this) {
case PackageType.txtDictionary:
return 'TXT-DICTIONARY';
}
}
String toValue() {
switch (this) {
case PackageType.txtDictionary:
return 'TXT-DICTIONARY';
}
}