copyWith method

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

Implementation

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