toValue method
Implementation
String toValue() {
switch (this) {
case SourceType.owned:
return 'OWNED';
case SourceType.entitled:
return 'ENTITLED';
}
}
String toValue() {
switch (this) {
case SourceType.owned:
return 'OWNED';
case SourceType.entitled:
return 'ENTITLED';
}
}