includedInResults property

  1. @override
bool includedInResults
override

Whether this column is included in results when running a select query like SELECT * FROM table.

Some columns, notably the rowid aliases, are exempt from this.

Implementation

@override
bool get includedInResults => innerColumn?.includedInResults ?? true;