copyWith method
Implementation
@override
InputPassportElementErrorSourceDataField copyWith({
String? fieldName,
String? dataHash,
}) =>
InputPassportElementErrorSourceDataField(
fieldName: fieldName ?? this.fieldName,
dataHash: dataHash ?? this.dataHash,
);