CheckTable constructor

CheckTable(
  1. String? name,
  2. Expression expression
)

Implementation

CheckTable(super.name, this.expression);