InputGameShortName constructor
const
InputGameShortName({
- required InputUserBase botId,
- required String shortName,
Input Game Short Name constructor.
Implementation
const InputGameShortName({required this.botId, required this.shortName})
: super._();