addOption method

void addOption(
  1. Option option
)

Implementation

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