toValue method
Implementation
String toValue() {
switch (this) {
case PatchAction.allowAsDependency:
return 'ALLOW_AS_DEPENDENCY';
case PatchAction.block:
return 'BLOCK';
}
}
String toValue() {
switch (this) {
case PatchAction.allowAsDependency:
return 'ALLOW_AS_DEPENDENCY';
case PatchAction.block:
return 'BLOCK';
}
}