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