toValue method
Implementation
String toValue() {
switch (this) {
case Mtime.none:
return 'NONE';
case Mtime.preserve:
return 'PRESERVE';
}
}
String toValue() {
switch (this) {
case Mtime.none:
return 'NONE';
case Mtime.preserve:
return 'PRESERVE';
}
}