copyWith method

Implementation

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