webApiIncludeExcludeAllToJson function

String? webApiIncludeExcludeAllToJson(
  1. WebApiIncludeExcludeAll webApiIncludeExcludeAll
)

Implementation

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