Ownership constructor
Ownership({
- List<
AuthorizedKey> ? authorizedPublicKeys, - String? secret,
Implementation
Ownership({
this.authorizedPublicKeys,
this.secret,
});