toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case FeedbackKey.insightsFeedback:
      return 'INSIGHTS_FEEDBACK';
  }
}