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