toValue method
Implementation
String toValue() {
switch (this) {
case MetricType.aggregatedRelativeTotalTime:
return 'AggregatedRelativeTotalTime';
}
}
String toValue() {
switch (this) {
case MetricType.aggregatedRelativeTotalTime:
return 'AggregatedRelativeTotalTime';
}
}