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