type property

String? type
getter/setter pair

Type of constraint, for example unique, primary key, foreign key (currently only primary key is supported).

Implementation

core.String? type;