LauncherMeta class

Implementers
Annotations
  • @JsonSerializable()

Constructors

LauncherMeta.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})
LauncherMeta.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
jreX64 List<LauncherMetaEntry>
final
jreX86 List<LauncherMetaEntry>
final
launcherBootstrap List<LauncherMetaEntry>
final
launcherBootstrapAdo List<LauncherMetaEntry>
final
launcherCore List<LauncherMetaEntry>
final
launcherCoreAdo List<LauncherMetaEntry>
final
launcherCoreV2 List<LauncherMetaEntry>
final
launcherJava List<LauncherMetaEntry>
final
launcherMsiPatch List<LauncherMetaEntry>
final
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>
toString() String
A string representation of this object.
inherited

Operators

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