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