SavedGame constructor

SavedGame(
  1. String name,
  2. int modificationDate,
  3. String deviceName
)

Implementation

SavedGame(this.name, this.modificationDate, this.deviceName);