hasAI property

bool get hasAI

Whether this column has auto increment.

Implementation

bool get hasAI => features.any((f) => f is AutoIncrement);