/**
  * Constructs a new instance.
  *
  * @param \Drupal\Core\TypedData\DataDefinitionInterface $definition
  *   The data definition.
  * @param string $name
  *   The name of the created property.
  * @param \Drupal\plugin\Plugin\Field\FieldType\PluginCollectionItemInterface $parent
  *   The parent object of the data property.
  */
 public function __construct(DataDefinitionInterface $definition, $name, PluginCollectionItemInterface $parent)
 {
     parent::__construct($definition, $name, $parent);
 }