webApiIncludeExcludeAllToJson function

String? webApiIncludeExcludeAllToJson(
  1. WebApiIncludeExcludeAll? webApiIncludeExcludeAll
)

Implementation

String? webApiIncludeExcludeAllToJson(
    enums.WebApiIncludeExcludeAll? webApiIncludeExcludeAll) {
  return enums.$WebApiIncludeExcludeAllMap[webApiIncludeExcludeAll];
}