Ownership constructor
const
Ownership({
- @Default([]) List<
AuthorizedKey> authorizedPublicKeys, - String? secret,
Implementation
const factory Ownership({
@Default([]) final List<AuthorizedKey> authorizedPublicKeys,
String? secret,
}) = _Ownership;