toValue method
Implementation
String toValue() {
switch (this) {
case TracingMode.active:
return 'Active';
case TracingMode.passThrough:
return 'PassThrough';
}
}
String toValue() {
switch (this) {
case TracingMode.active:
return 'Active';
case TracingMode.passThrough:
return 'PassThrough';
}
}