InventoryItem constructor
InventoryItem({})
Implementation
InventoryItem(
{this.codeValue,
this.gamePlayerId,
this.id,
this.isRedeemed,
this.isVerified,
this.name,
this.playerFullName,
this.playerSerialNumber,
this.packageId});