maxMetadataLength property Null safety
final
The maximum number of bytes allowed for the metadata of a Persister. Changing this requires changing the version number of the Persistence as well as compatibility/conversion code for reading older versions.
Implementation
final maxMetadataLength = 55;