toValue method
Implementation
String toValue() {
switch (this) {
case RecordMarkerFailedCause.operationNotPermitted:
return 'OPERATION_NOT_PERMITTED';
}
}
String toValue() {
switch (this) {
case RecordMarkerFailedCause.operationNotPermitted:
return 'OPERATION_NOT_PERMITTED';
}
}