managedColumns property

List<Column> get managedColumns
inherited

List of Column that are managed by this table. This is mostly used to exclude columns created by implicit relations.

Implementation

List<Column> get managedColumns => columns;