IosDecryptionOptions class
iOS-specific decryption parameters.
Constructors
- IosDecryptionOptions({bool? shouldMigrate})
-
Creates a new IosDecryptionOptions instance.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasValues → bool
-
Whether any iOS-specific parameters were provided.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldMigrate → bool?
-
Whether legacy (pre-5.x) Keychain keys should be migrated into the
Secure Enclave during the decryption request.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMethodChannelMap(
) → Map< String, dynamic> - Converts iOS-specific options to a method-channel-compatible map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited