menu
games_services package
documentation
models/saved_game.dart
SavedGame
SavedGame constructor
SavedGame constructor
dark_mode
light_mode
SavedGame
constructor
SavedGame
(
String
name
,
int
modificationDate
,
String
deviceName
)
Implementation
SavedGame(this.name, this.modificationDate, this.deviceName);
games_services package
documentation
models/saved_game
SavedGame
SavedGame constructor
SavedGame class