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