BooleanTest constructor

BooleanTest({
  1. String? column,
})

Implementation

BooleanTest({
  this.column,
});