toValue method
Implementation
String toValue() {
switch (this) {
case SourceDataFunction.copy:
return 'Copy';
case SourceDataFunction.trimTitle:
return 'TrimTitle';
case SourceDataFunction.map:
return 'Map';
}
}
String toValue() {
switch (this) {
case SourceDataFunction.copy:
return 'Copy';
case SourceDataFunction.trimTitle:
return 'TrimTitle';
case SourceDataFunction.map:
return 'Map';
}
}