RelationService class
Constructors
Properties
Methods
-
addSourceTagRelation(
{required String sourceId, required String tagId}) → Future< TurboResponse> -
addTargetTagRelation(
{required String targetId, required String tagId}) → Future< TurboResponse> -
dispose(
) → Future< void> -
getRelationById(
String id) → TurboRelation? -
initialise(
) → Future< void> -
listSourcesByTagId(
String tagId) → List< SourceTagRelation> -
listTargetsByTagId(
String tagId) → List< TargetTagRelation> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sourceTagRelationExists(
{required String tagId, required String sourceId}) → bool -
targetTagRelationExists(
{required String tagId, required String targetId}) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- locate → RelationService
-
no setter
Static Methods
-
registerLazySingleton(
) → void