ModelBacklink class
ModelBacklink describes a relation backlink
Constructors
- ModelBacklink({required String name, required String srcEntity, required String srcField})
-
ModelBacklink.fromMap(Map<
String, dynamic> data)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ BacklinkSource?
-
Set and used by code generator, not included in JSON mapping.
getter/setter pair
- srcEntity → String
-
final
- srcField → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, String> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited