withoutOption<T extends MarkerOptions> method
Returns a copy of this marker with the option of type T removed.
Implementation
InteractiveMarker withoutOption<T extends MarkerOptions>() =>
copyWith(options: options.removeOpt<T>());