toValue method

String toValue()

Implementation

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