generated property

bool generated
final

Whether the storage layer generates this value.

Generated fields are effectively read-only and are excluded from regular INSERT/UPDATE writes.

Implementation

final bool generated;