Edge class Null safety
Base is a base class for all unself models.
Properties
- archiveId → String
-
archiveId is unself unique identifier for the archive the model belongs to.
final
- created → DateTime
-
created is the date and time when the inheriting model was created inside unself app.
final
-
extra
→ Map<
String, dynamic> ? -
extra is a map of additional properties.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → String
-
id is unself unique identifier for each inheriting model.
final
-
labels
→ List<
String> -
labels is a list of labels assigned to the model.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sourceId → String
-
sourceId is unself unique identifier for the source node.
final
- targetId → String
-
targetId is unself unique identifier for the target node.
final
- updated → DateTime
-
updated is the date and time when the inheriting model was last updated inside unself app.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited