BoolProperty constructor

const BoolProperty({
  1. String? propertyName,
  2. bool required = false,
  3. bool indexed = true,
})

Implementation

const BoolProperty({super.propertyName, super.required, super.indexed});