constraintCount property
int
get
constraintCount
Get constraint count
Returns the number of constraints applied to this column.
Implementation
int get constraintCount => _constraints.length;
Get constraint count
Returns the number of constraints applied to this column.
int get constraintCount => _constraints.length;