addOption method

void addOption(
  1. Option option
)

Implementation

void addOption(Option option) {
  _options.add(option);
}