isDust property

bool get isDust

Check if output is dust (too small to be economical)

Implementation

bool get isDust => value < 546;