LinkSchema class
This schema represents a link to the same or another collection.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
Internal id of this link.
final
- isBacklink → bool
-
Whether this link is a backlink.
no setter
- linkName → String?
-
If this is a backlink, linkName is the name of the source link in the
target collection.
final
- name → String
-
Name of this link.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- single → bool
-
Whether this is link can only hold a single target object.
final
- target → String
-
Isar name of the target collection.
final
Methods
-
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