Keys constructor

Keys({
  1. List<AuthorizedKey>? authorizedKeys,
  2. String? secret,
})

Implementation

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