StringProperty constructor

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

Implementation

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