stored property

bool stored
final

Wehter this column is stored in the database, as opposed to being VIRTUAL and evaluated on each read.

Implementation

final bool stored;