webApiIncludeExcludeAllNullableToJson function

String? webApiIncludeExcludeAllNullableToJson(
  1. WebApiIncludeExcludeAll? webApiIncludeExcludeAll
)

Implementation

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