foreignKeyDoesNotReferenceEntity property

InvalidGenerationSourceError foreignKeyDoesNotReferenceEntity

Implementation

InvalidGenerationSourceError get foreignKeyDoesNotReferenceEntity {
  return InvalidGenerationSourceError(
    "The foreign key doesn't reference an entity class.",
    todo: 'Make sure to add an entity to the foreign key. ',
    element: _classElement,
  );
}