toValue method
Implementation
String toValue() {
switch (this) {
case CachePolicyType.managed:
return 'managed';
case CachePolicyType.custom:
return 'custom';
}
}
String toValue() {
switch (this) {
case CachePolicyType.managed:
return 'managed';
case CachePolicyType.custom:
return 'custom';
}
}