webApiIncludeExcludeAllToJson function
Implementation
String? webApiIncludeExcludeAllToJson(
enums.WebApiIncludeExcludeAll? webApiIncludeExcludeAll) {
return webApiIncludeExcludeAll?.value;
}
String? webApiIncludeExcludeAllToJson(
enums.WebApiIncludeExcludeAll? webApiIncludeExcludeAll) {
return webApiIncludeExcludeAll?.value;
}