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