enrichers property

List<DuskSnapshotEnricher> enrichers
final

Active enricher chain. The snapshot extension iterates this list in insertion order on every snapshot call (live read; mid-session adds are picked up immediately).

Implementation

static final List<DuskSnapshotEnricher> enrichers = <DuskSnapshotEnricher>[];