toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FilterName.finding:
      return 'Finding';
    case FilterName.recommendationSourceType:
      return 'RecommendationSourceType';
  }
}