DartMcLauncherVanillaProperties constructor
Implementation
DartMcLauncherVanillaProperties({
@required this.minecraft_version,
@required this.jar_file,
@required this.maxram,
@required this.minram,
this.gui = false,
/// The properies's file path
@required this.file
});