chapterResponseModelStateToJson function
Implementation
String? chapterResponseModelStateToJson(
enums.ChapterResponseModelState chapterResponseModelState) {
return chapterResponseModelState.value;
}
String? chapterResponseModelStateToJson(
enums.ChapterResponseModelState chapterResponseModelState) {
return chapterResponseModelState.value;
}