KeySearchResponse constructor

KeySearchResponse({
  1. List<Key> keys,
  2. num total,
})

Implementation

KeySearchResponse({this.keys, this.total});