DartMcLauncherProperties class

Implementers

Constructors

DartMcLauncherProperties()

Properties

file ↔ String
read / write
gui ↔ bool
read / write
jar_file ↔ String
read / write
maxram ↔ int
read / write
minecraft_version ↔ String
read / write
minram ↔ int
read / write
template PropertiesTemplate
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

save() → Future<File>
saveSync() → void
saveToFile(String file) → Future<File>
saveToFileSync(String file) → void
toMap() → Map<String, dynamic>
toProperties() Properties
toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited