SchemaWriter constructor
SchemaWriter(
- SupabaseGenConfig config,
- List<
SupabaseTableInfo> tables
Implementation
SchemaWriter(this.config, this.tables) : _logger = Logger('SchemaWriter');