EntityRelationInfo class

Inheritance

Constructors

EntityRelationInfo.fromJson(Map<String, dynamic> json)

Properties

additionalInfo Map<String, dynamic>?
getter/setter pairinherited
from EntityId
getter/setter pairinherited
fromEntityTypeName String?
getter/setter pair
fromName String
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 pairinherited
toEntityTypeName String?
getter/setter pair
toName String
getter/setter pair
type String
getter/setter pairinherited
typeGroup RelationTypeGroup
getter/setter pairinherited

Methods

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

Operators

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