copyWith method

Implementation

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