menu
khadem package
documentation
orm.dart
HasRelations<T>
getRelation method
getRelation method
dark_mode
light_mode
getRelation
method
dynamic
getRelation
(
String
relation
)
Get a specified relationship.
Implementation
dynamic getRelation(String relation) { return _relations[relation]; }
khadem package
documentation
orm
HasRelations<T>
getRelation method
HasRelations mixin