encryptionType property

EncryptionType encryptionType

Implementation

EncryptionType get encryptionType {
  if (latestInfo == null) return EncryptionType.kNone;
  return latestInfo!.encryption.toLkType();
}