menu
refreshed_cli package
documentation
commands/impl/new/project/project.dart
ProjectDetails
ProjectDetails.new constructor
ProjectDetails.new constructor
dark_mode
light_mode
ProjectDetails
constructor
ProjectDetails
(
String
name
,
String
org
,
String
iosLang
,
String
androidLang
,
bool
useLinter
,
)
Implementation
ProjectDetails( this.name, this.org, this.iosLang, this.androidLang, this.useLinter);
refreshed_cli package
documentation
commands/impl/new/project/project
ProjectDetails
ProjectDetails.new constructor
ProjectDetails class