gameIndices property

  1. @JsonKey(name: 'game_indices')
List<GenerationGameIndex> gameIndices
inherited

A list of game indices relevent to this item by generation.

Implementation

@JsonKey(name: 'game_indices')
List<GenerationGameIndex> get gameIndices =>
    throw _privateConstructorUsedError;