getString method

String? getString(
  1. CmdArg arg
)

Implementation

String? getString(CmdArg arg) {
  return this[arg.name] as String?;
}