games property

List<String>? get games

Implementation

List<String>? get games => (_$data['games'] as List<String>?);