menu
at_app_create package
documentation
commands.dart
AtCreateCommand<T>
stringArg method
stringArg method
dark_mode
light_mode
stringArg
method
String
?
stringArg
(
String
name
)
Implementation
String?
stringArg(
String
name) => argResults?[name]
as
String?
;
at_app_create package
documentation
commands
AtCreateCommand<T>
stringArg method
AtCreateCommand class