RelationTargetType class

Properties

hashCode int
The hash code for this object.
no setterinherited
inner Object?
The data contained inside this enum object. You will need to cast it to the correct type based on the value of tag
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag RelationTargetTypeTag
The tag of this enum object
no setter

Methods

destructureSelf() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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