previousSchemaStates property

Map<int, List<SupabaseTableInfo>> previousSchemaStates
final

Stores the loaded schema states, keyed by version number.

Implementation

final Map<int, List<SupabaseTableInfo>> previousSchemaStates = {};