v1SharedVoicesGetCategoryNullableToJson function

String? v1SharedVoicesGetCategoryNullableToJson(
  1. V1SharedVoicesGetCategory? v1SharedVoicesGetCategory
)

Implementation

String? v1SharedVoicesGetCategoryNullableToJson(
    enums.V1SharedVoicesGetCategory? v1SharedVoicesGetCategory) {
  return v1SharedVoicesGetCategory?.value;
}