DartMcLauncherVanillaProperties constructor

DartMcLauncherVanillaProperties({@required String minecraft_version, @required String jar_file, @required int maxram, @required int minram, bool gui: false, @required String file })

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
});