toValue method
Implementation
String toValue() {
switch (this) {
case TaggingDirective.copy:
return 'COPY';
case TaggingDirective.replace:
return 'REPLACE';
}
}
String toValue() {
switch (this) {
case TaggingDirective.copy:
return 'COPY';
case TaggingDirective.replace:
return 'REPLACE';
}
}