withTotal method

BarRaceFrame withTotal(
  1. double value
)

Replaces BarRaceFrame.total with value.

Implementation

BarRaceFrame withTotal(double value) => copyWith(total: value);