allTables property Null safety

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?>>();