removeOption method

bool removeOption(
  1. Option<Object?> option
)
inherited

Remove a specific option, returns true if the option has been removed.

Implementation

bool removeOption(final Option<Object?> option) => _options.remove(option);