getRelations method

List<Relation<Model, Model>> getRelations()

Implementation

List<Relation> getRelations() {
  return [];
}