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
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