update method

void update(
  1. double amount
)

Implementation

void update(double amount) {
  _actual = amount;
  _sync();
}