getBool method

bool getBool(
  1. CmdArg arg
)

Implementation

bool getBool(CmdArg arg) => this[arg.name] as bool;