addOption method

void addOption(
  1. Object? option
)

Implementation

void addOption(Object? option) => add(OPTIONElement.from(option));