TemplateGamePuzzle constructor
TemplateGamePuzzle({
- required PropertyBasicInformation basicInformation,
- required PropertySingleImage singleImage,
- required PropertyGameHeaderTexts gameHeaderTexts,
- required PropertyGame gameProperties,
Implementation
TemplateGamePuzzle({
required this.basicInformation,
required this.singleImage,
required this.gameHeaderTexts,
required PropertyGame gameProperties,
}) {
this.gameProperties = gameProperties;
}