Dart APIunself_local_databaseLocalDatabaseallTables allTables property Null safety @override Iterable<TableInfo<Table, Object?>> allTables inherited A list of tables specified in this database. Implementation @override Iterable<TableInfo<Table, Object?>> get allTables => allSchemaEntities.whereType<TableInfo<Table, Object?>>(); unself_local_database unself_local_database LocalDatabase allTables property LocalDatabase class Constructors LocalDatabase Properties allSchemaEntities allTables allTablesCollections attachedDatabase collection collectionDao connection documentDao executor field hashCode migration options resolvedEngine runtimeType schemaVersion streamQueries streamUpdateRules typeMapping Methods $expandVar $write $writeInsertable alias batch beforeOpen close createMigrator createStream customInsert customSelect customSelectQuery customStatement customUpdate customWriteReturning delete doWhenOpened into markTablesUpdated noSuchMethod notifyUpdates select selectOnly tableUpdates toString transaction update Operators operator ==