constraintCount property

int get constraintCount

Get constraint count

Returns the number of constraints applied to this column.

Implementation

int get constraintCount => _constraints.length;