allTables property

  1. @override
Iterable<TableInfo<Table, Object?>> get allTables

A list of tables specified in this database.

Implementation

@override
Iterable<i0.TableInfo<i0.Table, Object?>> get allTables =>
    allSchemaEntities.whereType<i0.TableInfo<i0.Table, Object?>>();