constraints property

List<SQLEntry> constraints

Returns the CONSTRAINT entries.

Implementation

List<SQLEntry> get constraints =>
    entries.where((e) => e.type == 'CONSTRAINT').toList();