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