LessonPrice constructor
Returns a new LessonPrice instance.
Implementation
LessonPrice({
this.id,
required this.experience,
required this.amountInCents,
});
Returns a new LessonPrice instance.
LessonPrice({
this.id,
required this.experience,
required this.amountInCents,
});