tables property Null safety
The tables in this database.
Returns an immutable list of tables in this schema.
Implementation
List<SchemaTable> get tables => List.unmodifiable(_tableStorage ?? []);
The tables in this database.
Returns an immutable list of tables in this schema.
List<SchemaTable> get tables => List.unmodifiable(_tableStorage ?? []);