menu
tattoo
database/database.dart
CourseMaterial
CourseMaterial.new const constructor
CourseMaterial.new
dark_mode
light_mode
CourseMaterial
constructor
const
CourseMaterial
(
{
required
int
id
,
required
int
courseOffering
,
String
?
title
,
String
?
href
,
})
Implementation
const CourseMaterial({ required this.id, required this.courseOffering, this.title, this.href, });
tattoo
database
CourseMaterial
CourseMaterial.new const constructor
CourseMaterial class