menu
commandline_or_gui_windows package
documentation
builder.dart
Builder class
Builder class
dark_mode
light_mode
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 setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
commandline_or_gui_windows package
documentation
builder
Builder class
builder library