LauncherSettings class
- Annotations
-
- @JsonSerializable()
Constructors
-
LauncherSettings.new({required bool autoPlayVideoDisabled, required String channel, required List<
String> customChannels, required int deviceId, required int formatVersion, required String locale, required String productLibraryDir, required bool quickPlayEnabled, required int shutDownTimestampGamecore, required int shutDownTimestampUnified, required bool useArm64JreIfSupported, required bool useMagnifiedMode, required int version}) -
LauncherSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- autoPlayVideoDisabled → bool
-
final
- channel → String
-
final
-
customChannels
→ List<
String> -
final
- deviceId → int
-
final
- formatVersion → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale → String
-
final
- productLibraryDir → String
-
final
- quickPlayEnabled → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shutDownTimestampGamecore → int
-
final
- shutDownTimestampUnified → int
-
final
- useArm64JreIfSupported → bool
-
final
- useMagnifiedMode → bool
-
final
- version → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited