You want to get exact class for particular plugin field.type, type in this in your devel for "entity_reference"
$field_type_manager = \Drupal::service('plugin.manager.field.field_type');
$class = $field_type_manager->getDefinition('entity_reference')['class'];
this will show you info