withAggregate method
- ScatterBinAggregate value
Replaces ScatterBinConfig.aggregate with value.
Implementation
ScatterBinConfig withAggregate(ScatterBinAggregate value) =>
copyWith(aggregate: value);
Replaces ScatterBinConfig.aggregate with value.
ScatterBinConfig withAggregate(ScatterBinAggregate value) =>
copyWith(aggregate: value);