Game class

Game details scraped from ScreenScraper

Constructors

Game({required int gameId, required int? romId, required int systemId, required String systemName, required String name, required String description, required String developer, required String publisher, required String players, required double rating, required List<Genre>? genres, required GameGenre? normalizedGenre, required String releaseYear, required Media media, required bool isTopStaff, required bool isAdult})

Properties

description String
Game description
final
developer String
Game developer
final
gameId int
ScreenScraper's id for the game
final
genres List<Genre>?
Game genres
final
hashCode int
The hash code for this object.
no setterinherited
isAdult bool
Is an adult game
final
isTopStaff bool
Is the game a top staff pick
final
media Media
Game media
final
name String
Game title
final
normalizedGenre GameGenre?
Normalized game genre
final
players String
Number of players
final
publisher String
Game publisher
final
rating double
Game rating 0.0 to 1.0
final
releaseYear String
Game release year
final
romId int?
ScreenScraper's id for the rom
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemId int
ScreenScraper's id for the system
final
systemName String
ScreenScraper's name for the system
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited