Settings class

Annotations
  • @JsonSerializable()

Constructors

Settings.new({required bool crashAssistance, required bool enableAdvanced, required bool enableAnalytics, required bool enableHistorical, required bool enableReleases, required bool enableSnapshots, required bool keepLauncherOpen, required String profileSorting, required bool showGameLog, required bool showMenu, required bool soundOn})
Settings.fromJson(Map<String, dynamic> json)
factory

Properties

crashAssistance bool
final
enableAdvanced bool
final
enableAnalytics bool
final
enableHistorical bool
final
enableReleases bool
final
enableSnapshots bool
final
hashCode int
The hash code for this object.
no setterinherited
keepLauncherOpen bool
final
profileSorting String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showGameLog bool
final
showMenu bool
final
soundOn bool
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