hasCarryIn property

bool get hasCarryIn

Check if this adder has a carryIn input

Implementation

bool get hasCarryIn => carryIn != null;