BooleanDelta({ bool? previous, bool? current, }) : _wrapped = $js.BooleanDelta( previous: previous, current: current, );