CourseOverviewByIdResponse.fromJson constructor

CourseOverviewByIdResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CourseOverviewByIdResponse.fromJson(Map<String, dynamic> json) =>
    _$CourseOverviewByIdResponseFromJson(json);