Taxform copyWith({String? docId, String? documentType, W2? w2}) { return Taxform( docId: docId ?? this.docId, documentType: documentType ?? this.documentType, w2: w2 ?? this.w2); }