fromClass property
ClassElement?
get
fromClass
The ClassElement that was annotated with UseMoor or UseDao.
Implementation
ClassElement? get fromClass => declaration?.fromClass;
The ClassElement that was annotated with UseMoor or UseDao.
ClassElement? get fromClass => declaration?.fromClass;