withAggregate method

ScatterBinConfig withAggregate(
  1. ScatterBinAggregate value
)

Replaces ScatterBinConfig.aggregate with value.

Implementation

ScatterBinConfig withAggregate(ScatterBinAggregate value) =>
    copyWith(aggregate: value);