convertToContentDto abstract method

LearningContentDto convertToContentDto(
  1. {required Content content}
)

Implementation

LearningContentDto convertToContentDto({
  required Content content,
});