GameLink constructor

const GameLink(
  1. String username,
  2. String shortName
)

Creates a new GameLink object.

Implementation

const GameLink(
  this.username,
  this.shortName,
);