SignatureAndVersion class

Represents the signature and version data of Persistence and Persister.

Constructors

SignatureAndVersion(String _signature, int version)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
Returns the currently configured signature.
getter/setter pair
version int
The version of the entity.
getter/setter pair

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).