LinuxLauncherMeta class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

LinuxLauncherMeta.new({required List<LauncherMetaEntry> jreX64, required List<LauncherMetaEntry> jreX86, required List<LauncherMetaEntry> launcherBootstrap, required List<LauncherMetaEntry> launcherBootstrapAdo, required List<LauncherMetaEntry> launcherCore, required List<LauncherMetaEntry> launcherCoreAdo, required List<LauncherMetaEntry> launcherCoreV2, required List<LauncherMetaEntry> launcherJava, required List<LauncherMetaEntry> launcherMsiPatch})
LinuxLauncherMeta.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
jreX64 List<LauncherMetaEntry>
finalinherited
jreX86 List<LauncherMetaEntry>
finalinherited
launcherBootstrap List<LauncherMetaEntry>
finalinherited
launcherBootstrapAdo List<LauncherMetaEntry>
finalinherited
launcherCore List<LauncherMetaEntry>
finalinherited
launcherCoreAdo List<LauncherMetaEntry>
finalinherited
launcherCoreV2 List<LauncherMetaEntry>
finalinherited
launcherJava List<LauncherMetaEntry>
finalinherited
launcherMsiPatch List<LauncherMetaEntry>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited