copyWith method

  1. @override
InputPassportElementErrorSourceFile copyWith({
  1. String? fileHash,
})
override

Implementation

@override
InputPassportElementErrorSourceFile copyWith({
  String? fileHash,
}) =>
    InputPassportElementErrorSourceFile(
      fileHash: fileHash ?? this.fileHash,
    );