withLazyResolverBinding method

BarDrilldownConfig withLazyResolverBinding(
  1. String value
)

Replaces BarDrilldownConfig.lazyResolverBinding with value.

Implementation

BarDrilldownConfig withLazyResolverBinding(String value) =>
    copyWith(lazyResolverBinding: value);