CreateBool constructor

CreateBool(
  1. String name, {
  2. bool isNullable = false,
  3. bool isPrimary = false,
  4. String? uniqueGroup,
})

Implementation

CreateBool(this.name,
    {this.isNullable = false, this.isPrimary = false, this.uniqueGroup});