DeleteSSHKey constructor

const DeleteSSHKey({
  1. required String fingerprint,
})

Implementation

const factory DeleteSSHKey({
  required String fingerprint,
}) = _DeleteSSHKey;