overrideTableConstraints property

List<String>? overrideTableConstraints
final

When non-null, the generated table class will override the customConstraints getter in the table class with this value.

Implementation

final List<String>? overrideTableConstraints;