menu
lb_planner
modules/moodle/domain/models/moodle_course.dart
MoodleCourse
id property
id
dark_mode
light_mode
id
property
@
JsonKey
(name: 'courseid')
int
get
id
inherited
The ID of this course.
Implementation
@JsonKey(name: 'courseid') int get id => throw _privateConstructorUsedError;
lb_planner
moodle_course
MoodleCourse
id property
MoodleCourse class