MoodleCourse.fromJson constructor

MoodleCourse.fromJson(
  1. Map<String, Object?> json
)

Creates a MoodleCourse from a JSON object.

Implementation

factory MoodleCourse.fromJson(Map<String, Object?> json) => _$MoodleCourseFromJson(json);