toValue method
Implementation
String toValue() {
switch (this) {
case LogType.none:
return 'None';
case LogType.tail:
return 'Tail';
}
}
String toValue() {
switch (this) {
case LogType.none:
return 'None';
case LogType.tail:
return 'Tail';
}
}