hasArg method

bool hasArg(
  1. String name
)

Implementation

bool hasArg(String name) {
  return args.containsKey(name);
}