toValue method
Implementation
String toValue() {
switch (this) {
case QuoteFields.always:
return 'ALWAYS';
case QuoteFields.asneeded:
return 'ASNEEDED';
}
}
String toValue() {
switch (this) {
case QuoteFields.always:
return 'ALWAYS';
case QuoteFields.asneeded:
return 'ASNEEDED';
}
}