EntityRelation class

Implementers

Constructors

EntityRelation({required EntityId from, required EntityId to, String type = CONTAINS_TYPE, RelationTypeGroup typeGroup = RelationTypeGroup.COMMON, Map<String, dynamic>? additionalInfo})
EntityRelation.fromJson(Map<String, dynamic> json)

Properties

additionalInfo Map<String, dynamic>?
getter/setter pair
from EntityId
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to EntityId
getter/setter pair
type String
getter/setter pair
typeGroup RelationTypeGroup
getter/setter pair

Methods

entityRelationString([String? toStringBody]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited