signature property

String signature

Returns the signature string for this Persister.

Implementation

String get signature {
  return signatureAndVersion.signature;
}