packedKey property

int get packedKey

A compact metadata fingerprint for this style.

Hash collisions are possible, so callers using this as a cache key must still validate UvStyle equality before reusing a value.

Implementation

int get packedKey => _styleFingerprint(this);