BitLockerStatusModel class
Constructors
-
BitLockerStatusModel.new({required double size, required double bitLockerVersion, required ConversionStatusEnum conversionStatus, required double percentageEncrypted, required String encryptionMethod, required ProtectionStatusEnum protectionStatus, required LockStatusEnum lockStatus, required String identificationField, required List<
String> keyProtector}) - BitLockerStatusModel.fromOutputString(String output)
-
factory
Properties
- bitLockerVersion → double
-
final
- conversionStatus → ConversionStatusEnum
-
final
- encryptionMethod → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identificationField → String
-
final
-
keyProtector
→ List<
String> -
final
- lockStatus → LockStatusEnum
-
final
- percentageEncrypted → double
-
final
- protectionStatus → ProtectionStatusEnum
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
extractValue(
RegExp pattern, String response) → String -
keyProtectorsExtractValue(
String output) → List< String>