FindResponse constructor

FindResponse({
  1. File? path,
  2. int? index,
  3. KeyPair? keyPair,
})

Implementation

FindResponse({this.path, this.index, this.keyPair});