chapterWithContentResponseModelStateNullableToJson function

String? chapterWithContentResponseModelStateNullableToJson(
  1. ChapterWithContentResponseModelState? chapterWithContentResponseModelState
)

Implementation

String? chapterWithContentResponseModelStateNullableToJson(
    enums.ChapterWithContentResponseModelState?
        chapterWithContentResponseModelState) {
  return chapterWithContentResponseModelState?.value;
}