GameInfoRequest class

Constructors

GameInfoRequest({required int systemId, required String romType, required String romName, String? crc, String? md5, String? sha1, int? romSizeBytes, int? serialNum, int? gameId})
GameInfoRequest.gameById({required int systemId, required int gameId})
factory
GameInfoRequest.romByHash({required int systemId, required String romName, String? crc, String? md5, String? sha1, required int romSizeBytes})
factory

Properties

crc String?
final
gameId int?
final
hashCode int
The hash code for this object.
no setterinherited
md5 String?
final
romName String
final
romSizeBytes int?
final
romType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNum int?
final
sha1 String?
final
systemId int
final

Methods

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

Operators

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