TemplateGameImageDifferences constructor

TemplateGameImageDifferences({
  1. required PropertyBasicInformation basicInformation,
  2. required PropertyGameHeaderTexts gameHeaderTexts,
  3. required PropertyImagesBetweenDifferences imagesBetweenDifferences,
  4. required PropertyGame gameProperties,
})

Implementation

TemplateGameImageDifferences({
  required this.basicInformation,
  required this.gameHeaderTexts,
  required this.imagesBetweenDifferences,
  required PropertyGame gameProperties,
}) {
  this.gameProperties = gameProperties;
}