ACourseSubject constructor
Returns a new ACourseSubject instance.
Implementation
ACourseSubject({
this.id,
required this.name,
this.image,
});
Returns a new ACourseSubject instance.
ACourseSubject({
this.id,
required this.name,
this.image,
});