menu
dsalink package
documentation
client.dart
LinkProvider
getCommandLineValue method
getCommandLineValue method
dark_mode
light_mode
getCommandLineValue
method
String
getCommandLineValue
(
String
name
)
Implementation
String getCommandLineValue(String name) => parsedArguments == null ? null : parsedArguments?[name];
dsalink package
documentation
client
LinkProvider
getCommandLineValue method
LinkProvider class