SodiumVersion class
A Version number class that provides the libsodium implementation version.
- Annotations
-
- @immutable
Constructors
- SodiumVersion(int major, int minor, String _versionString)
-
Default constructor
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Provides sodium_version_string.
override
Operators
-
operator <(
SodiumVersion other) → bool - Checks if this version is less than other.
-
operator <=(
SodiumVersion other) → bool - Checks if this version is less or equal than other.
-
operator ==(
Object other) → bool -
The equality operator.
override
-
operator >(
SodiumVersion other) → bool - Checks if this version is greater than other.
-
operator >=(
SodiumVersion other) → bool - Checks if this version is greater or equal than other.