games property

  1. @JsonKey(unknownEnumValue: Game.unknown)
List<Game> games
final

A List of Games that this card print is available in

Implementation

@JsonKey(unknownEnumValue: Game.unknown)
final List<Game> games;