encryptionType property

EncryptionType get encryptionType

Implementation

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