isDust property
bool
get
isDust
Check if output is dust (too small to be economical)
Implementation
bool get isDust => value < 546;
Check if output is dust (too small to be economical)
bool get isDust => value < 546;