courseId property

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

The id of the course.

Implementation

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