menu
objectbox package
documentation
internal.dart
ModelInfo
hasRelations method
hasRelations method
dark_mode
light_mode
hasRelations
method
bool
hasRelations
(
)
Implementation
bool hasRelations() => entities.indexWhere((e) => e.relations.isNotEmpty) != -1;
objectbox package
documentation
internal
ModelInfo
hasRelations method
ModelInfo class