Semester

data class Semester(val id: String, val subjects: Subject)

Constructors

Link copied to clipboard
constructor(id: String, subjects: Subject)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard