GamepadInfo constructor
const
GamepadInfo({
- required SdlGuid guid,
- required String? name,
- required String? path,
- required String? serial,
- required int? steamHandle,
- required int? productId,
- required int? productVersion,
- required GamepadType realType,
- required GamepadType type,
- required int? vendor,
- required int? firmwareVersion,
- required int? properties,
A const constructor.
Implementation
const GamepadInfo({
required this.guid,
required this.name,
required this.path,
required this.serial,
required this.steamHandle,
required this.productId,
required this.productVersion,
required this.realType,
required this.type,
required this.vendor,
required this.firmwareVersion,
required this.properties,
});