signature property Null safety
Returns the signature string for this Persister.
Implementation
String get signature {
return signatureAndVersion.signature;
}
Returns the signature string for this Persister.
String get signature {
return signatureAndVersion.signature;
}