copyWith method
Implementation
InputPassportElementErrorSourceFile copyWith({String? fileHash}) =>
InputPassportElementErrorSourceFile(fileHash: fileHash ?? this.fileHash);
InputPassportElementErrorSourceFile copyWith({String? fileHash}) =>
InputPassportElementErrorSourceFile(fileHash: fileHash ?? this.fileHash);