DoubleProperty constructor

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

Implementation

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