clone method

Implementation

@override
SupportsConditionInParens clone() =>
    SupportsConditionInParens(condition!.clone() as Declaration, span);