fromClass property

ClassElement? fromClass
final

The ClassElement for the class that declares this table or null if the table was inferred from a CREATE TABLE statement.

Implementation

final ClassElement? fromClass;