chapterResponseModelStateNullableToJson function

String? chapterResponseModelStateNullableToJson(
  1. ChapterResponseModelState? chapterResponseModelState
)

Implementation

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