batchCallRecipientStatusToJson function

String? batchCallRecipientStatusToJson(
  1. BatchCallRecipientStatus batchCallRecipientStatus
)

Implementation

String? batchCallRecipientStatusToJson(
    enums.BatchCallRecipientStatus batchCallRecipientStatus) {
  return batchCallRecipientStatus.value;
}