GameProps constructor

GameProps({
  1. String? id,
  2. String? name,
  3. String? igdbId,
})

Implementation

factory GameProps({
   String? id,
   String? name,
   String? igdbId,
}) = _GameProps;