fromClass property

ClassElement? fromClass

The ClassElement that was annotated with UseMoor or UseDao.

Implementation

ClassElement? get fromClass => declaration?.fromClass;