copyWith method

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

Implementation

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