const StringListProperty({String? propertyName, bool indexed = true}) : super(const StringProperty(), propertyName: propertyName, indexed: indexed);