schema property
The declared runtime schema for this entity — powers typed reads and, with autoMigrate, schema reconciliation at initialize.
With useIsolateSync, the schema's getters/codecs must be isolate-sendable (top-level or static closures).
Implementation
final DatumSchema<T>? schema;