ModelRelation class
ModelRelation describes a standalone relation
Constructors
- ModelRelation({required IdUid id, required String name, required IdUid targetId})
- ModelRelation.create(IdUid id, String? name, {String? targetId, String? targetName})
-
ModelRelation.fromMap(Map<
String, dynamic> data)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
{bool forModelJson = false}) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited