signature property

String get signature

Returns the signature string for this Persister.

Implementation

String get signature {
  return signatureAndVersion.signature;
}