courseId property

  1. @JsonKey(name: 'courseid')
int get courseId
inherited

The ID of the MoodleCourse this task is part of.

Implementation

@JsonKey(name: 'courseid')
int get courseId => throw _privateConstructorUsedError;