exceedsThreshold property
bool
get
exceedsThreshold
Whether the total cost exceeds the threshold.
Implementation
bool get exceedsThreshold => totalCost > threshold;
Whether the total cost exceeds the threshold.
bool get exceedsThreshold => totalCost > threshold;