Builder class

Constructors

Builder.new({required List<String> arguments})
main constructor must pass aguments from main this is where the parser runs

Properties

arguments List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() Future<void>
Creates the required C++ files to run in commandline mode. Note that existing C++ files in the windows\runner folder will be deleted unless --no-overwrite is passed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited