withoutOption<T extends MarkerOptions> method

InteractiveMarker withoutOption<T extends MarkerOptions>()

Returns a copy of this marker with the option of type T removed.

Implementation

InteractiveMarker withoutOption<T extends MarkerOptions>() =>
    copyWith(options: options.removeOpt<T>());