copyWith method
Implementation
PayStubTaxpayerID copyWith({String? idType, String? idMask}) {
return PayStubTaxpayerID(
idType: idType ?? this.idType, idMask: idMask ?? this.idMask);
}
PayStubTaxpayerID copyWith({String? idType, String? idMask}) {
return PayStubTaxpayerID(
idType: idType ?? this.idType, idMask: idMask ?? this.idMask);
}