ListProperty constructor

const ListProperty(
  1. PrimitiveProperty subProperty, {
  2. String? propertyName,
  3. bool indexed = true,
})

Implementation

const ListProperty(this.subProperty, {super.propertyName, super.indexed})
    : super(required: true);