copyWith method
Implementation
InternalLinkTypeGame copyWith({String? botUsername, String? gameShortName}) =>
InternalLinkTypeGame(
botUsername: botUsername ?? this.botUsername,
gameShortName: gameShortName ?? this.gameShortName,
);