W2Box12 copyWith({String? code, String? amount}) { return W2Box12(code: code ?? this.code, amount: amount ?? this.amount); }