delta property
Q
get
delta
The change in value from start to end, which may be negative.
Implementation
Q get delta => q2 - q1 as Q;
The change in value from start to end, which may be negative.
Q get delta => q2 - q1 as Q;