hasOption method

bool hasOption(
  1. String name
)

Implementation

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