Keys constructor

Keys({
  1. Uint8List? secret,
  2. Map? authorizedKeys,
})

Implementation

Keys({
  this.secret,
  this.authorizedKeys,
});