ACourseSubscription constructor
ACourseSubscription({})
Returns a new ACourseSubscription instance.
Implementation
ACourseSubscription({
this.id,
required this.course,
required this.subject,
this.sessionId,
this.firstName,
this.lastName,
this.email,
this.phone = '',
});