PlatformJavaRuntimes class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

PlatformJavaRuntimes.new({List<JavaRuntime> javaRuntimeAlpha = const [], List<JavaRuntime> javaRuntimeBeta = const [], List<JavaRuntime> javaRuntimeDelta = const [], List<JavaRuntime> javaRuntimeGamma = const [], List<JavaRuntime> javaRuntimeGammaSnapshot = const [], List<JavaRuntime> jreLegacy = const [], List<JavaRuntime> minecraftJavaExe = const []})
PlatformJavaRuntimes.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
javaRuntimeAlpha List<JavaRuntime>
final
javaRuntimeBeta List<JavaRuntime>
final
javaRuntimeDelta List<JavaRuntime>
final
javaRuntimeGamma List<JavaRuntime>
final
javaRuntimeGammaSnapshot List<JavaRuntime>
final
jreLegacy List<JavaRuntime>
final
minecraftJavaExe List<JavaRuntime>
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