InputGameShortName constructor

const InputGameShortName({
  1. required InputUserBase botId,
  2. required String shortName,
})

Input Game Short Name constructor.

Implementation

const InputGameShortName({required this.botId, required this.shortName})
    : super._();