TcxCourse constructor
TcxCourse({
- required String name,
- String? notes,
- TcxExtensions? extensions,
- List<
TcxTrack> ? track, - List<
TcxCourseLap> ? lap, - TcxAbstractSource? creator,
- List<
TcxCoursePoint> ? coursePoint,
Implementation
TcxCourse({
required this.name,
this.notes,
this.extensions,
this.track,
this.lap,
this.creator,
this.coursePoint,
});