toValue method
Implementation
String toValue() {
switch (this) {
case ReceiptFilterPolicy.block:
return 'Block';
case ReceiptFilterPolicy.allow:
return 'Allow';
}
}
String toValue() {
switch (this) {
case ReceiptFilterPolicy.block:
return 'Block';
case ReceiptFilterPolicy.allow:
return 'Allow';
}
}