Ownership constructor

Ownership({
  1. List<AuthorizedKey>? authorizedPublicKeys,
  2. String? secret,
})

Implementation

Ownership({
  this.authorizedPublicKeys,
  this.secret,
});