copyWith method

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

Implementation

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