ACourse constructor
ACourse({})
Returns a new ACourse instance.
Implementation
ACourse({
this.id,
required this.title,
required this.period,
required this.description,
required this.price,
this.options = const [],
});