convertToChaptersAndCompletionDto abstract method

ChaptersAndCompletionDto convertToChaptersAndCompletionDto(
  1. {required ChaptersAndCompletionRates chaptersAndCompletionRates}
)

Implementation

ChaptersAndCompletionDto convertToChaptersAndCompletionDto({
  required ChaptersAndCompletionRates chaptersAndCompletionRates,
});