Skip to content

Instantly share code, notes, and snippets.

@Paul-cbt
Created November 14, 2021 17:38
Show Gist options
  • Save Paul-cbt/7ff56bdfa1e37113186e0202521c6ba8 to your computer and use it in GitHub Desktop.
Save Paul-cbt/7ff56bdfa1e37113186e0202521c6ba8 to your computer and use it in GitHub Desktop.
class Resultat {
int numberOfDormir;
int numberOfMangeoire;
int numberOfRoue;
Resultat({
required this.numberOfDormir,
required this.numberOfMangeoire,
required this.numberOfRoue,
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment