decrement method
Subtracts a bound amount from the stored value.
Implementation
Assignment decrement(T amount) => setExpression(minus(amount));
Subtracts a bound amount from the stored value.
Assignment decrement(T amount) => setExpression(minus(amount));