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