fingerprint property

String fingerprint
latefinal

A stable, field-order-independent hash of the declaration (name / value type / nullability / sqlType / renamedFrom / has-default per field). Auto-migration stamps it after successful reconciliation to skip introspection while the declaration is unchanged.

Implementation

late final String fingerprint = _computeFingerprint();