Ownership constructor

const Ownership({
  1. @Default([]) List<AuthorizedKey> authorizedPublicKeys,
  2. String? secret,
})

Implementation

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