SignatureAndVersion class
Represents the signature and version data of Persistence and Persister.
Constructors
- SignatureAndVersion(String _signature, int version)
Properties
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
-
getEmptySignature(
) → String - Returns a valid, but empty (all-space) signature.
Constants
- requiredSignatureLength → const int
- Indicates the exact required length of signatures (in bytes/ASCII chars).