isGenerated property

bool isGenerated
final

Whether this column was created with a GENERATED ALWAYS AS column constraint.

Generated columns can't be inserted or updated.

Implementation

final bool isGenerated;