withoutOption<T extends PolylineOptions> method

InteractivePolyline<Object> withoutOption<T extends PolylineOptions>()

Implementation

InteractivePolyline withoutOption<T extends PolylineOptions>() =>
    copyWith(options: options.removeOpt<T>());