hasOption method

bool hasOption (String name)

Implementation

bool hasOption(String name) => _options.containsKey(name);