expectedVersion property

int get expectedVersion

The schema version that this build of the app expects. Always matches the highest supabase/migrations/NNN_*.sql at the time ./dto schema bundle was last run.

Implementation

static int get expectedVersion => schemaExpectedVersion;