ListProperty constructor
const
ListProperty(
- PrimitiveProperty subProperty, {
- String? propertyName,
- bool indexed = true,
Implementation
const ListProperty(this.subProperty, {super.propertyName, super.indexed})
: super(required: true);