KeyResponse constructor

KeyResponse({
  1. Key key,
  2. List<Key> keys,
})

Implementation

KeyResponse({this.key, this.keys});