CryptographyChannelPolicy class
Describes when to pass computation to plugin or another isolate.
Constructors
- CryptographyChannelPolicy({required int minLength, required int? maxLength})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxLength → int?
-
Maximum length of data for processing in the plugin.
final
- minLength → int
-
Minimum length of data for processing in the plugin.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
matches(
{required int length}) → bool -
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
Constants
- never → const CryptographyChannelPolicy