chapterWithContentResponseModelStateToJson function

String? chapterWithContentResponseModelStateToJson(
  1. ChapterWithContentResponseModelState chapterWithContentResponseModelState
)

Implementation

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