reverseRelations property
A list of ModelReverseRelationInfo objects describing relationships where other tables reference this table (one-to-many or through a join table).
Implementation
final List<ModelReverseRelationInfo> reverseRelations;
A list of ModelReverseRelationInfo objects describing relationships where other tables reference this table (one-to-many or through a join table).
final List<ModelReverseRelationInfo> reverseRelations;