IntProperty constructor

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

Implementation

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