includedInResults property

bool includedInResults

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

bool get includedInResults => true;