savedGames property

List<GameData> savedGames
read / write

Implementation

List<GameData> savedGames = List.empty(growable: true);