ManifestData class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ManifestData.new({required PlatformJavaRuntimes gamecore, required PlatformJavaRuntimes linux, required PlatformJavaRuntimes linuxI386, required PlatformJavaRuntimes macOs, required PlatformJavaRuntimes macOsArm64, required PlatformJavaRuntimes windowsArm64, required PlatformJavaRuntimes windowsX64, required PlatformJavaRuntimes windowsX86})
-
ManifestData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- gamecore → PlatformJavaRuntimes
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- linux → PlatformJavaRuntimes
-
final
- linuxI386 → PlatformJavaRuntimes
-
final
- macOs → PlatformJavaRuntimes
-
final
- macOsArm64 → PlatformJavaRuntimes
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- windowsArm64 → PlatformJavaRuntimes
-
final
- windowsX64 → PlatformJavaRuntimes
-
final
- windowsX86 → PlatformJavaRuntimes
-
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