MacosDecryptionOptions class

macOS-specific decryption parameters.

Currently empty as macOS does not require migration or other special options.

Constructors

MacosDecryptionOptions()
Creates a new MacosDecryptionOptions instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hasValues bool
Whether any macOS-specific parameters were provided.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMethodChannelMap() Map<String, dynamic>
Converts macOS-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