Choice constructor

Choice(
  1. School school,
  2. double interranking,
  3. Student student
)

Crée un nouveau choix pour un étudiant avec une école et un classement.

Implementation

Choice (this.school, this.interranking,this.student);