toValue method
Implementation
String toValue() {
switch (this) {
case ImageTagMutability.mutable:
return 'MUTABLE';
case ImageTagMutability.immutable:
return 'IMMUTABLE';
}
}
String toValue() {
switch (this) {
case ImageTagMutability.mutable:
return 'MUTABLE';
case ImageTagMutability.immutable:
return 'IMMUTABLE';
}
}