LauncherSettings constructor

LauncherSettings({
  1. required bool autoPlayVideoDisabled,
  2. required String channel,
  3. required List<String> customChannels,
  4. required int deviceId,
  5. required int formatVersion,
  6. required String locale,
  7. required String productLibraryDir,
  8. required bool quickPlayEnabled,
  9. required int shutDownTimestampGamecore,
  10. required int shutDownTimestampUnified,
  11. required bool useArm64JreIfSupported,
  12. required bool useMagnifiedMode,
  13. required int version,
})

Implementation

LauncherSettings({
  required this.autoPlayVideoDisabled,
  required this.channel,
  required this.customChannels,
  required this.deviceId,
  required this.formatVersion,
  required this.locale,
  required this.productLibraryDir,
  required this.quickPlayEnabled,
  required this.shutDownTimestampGamecore,
  required this.shutDownTimestampUnified,
  required this.useArm64JreIfSupported,
  required this.useMagnifiedMode,
  required this.version,
});