toValue method
Implementation
String toValue() {
switch (this) {
case InsightType.apiCallRateInsight:
return 'ApiCallRateInsight';
}
}
String toValue() {
switch (this) {
case InsightType.apiCallRateInsight:
return 'ApiCallRateInsight';
}
}