Created
November 14, 2021 17:38
-
-
Save Paul-cbt/7ff56bdfa1e37113186e0202521c6ba8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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