Profile class

Annotations
  • @JsonSerializable()

Constructors

Profile.new({required String created, String? gameDir, required String icon, String? javaDir, required String lastUsed, required String lastVersionId, required String name, bool? skipJreVersionCheck, required String type, String? javaArgs})
Profile.fromJson(Map<String, dynamic> json)
factory

Properties

created String
final
gameDir String?
final
hashCode int
The hash code for this object.
no setterinherited
icon String
final
javaArgs String?
final
javaDir String?
final
lastUsed String
final
lastVersionId String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipJreVersionCheck bool?
final
type String
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