DtoDirectLink class
Persisted in storage DirectLink's value.
Constructors
- DtoDirectLink(DirectLink value, DirectLinkVersion ver, DirectLinksCursor? cursor)
Properties
- cursor ↔ DirectLinksCursor?
-
Cursor of a value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ DirectLink
-
Persisted DirectLink model.
getter/setter pair
- ver ↔ DirectLinkVersion
-
Version of this DirectLink's state.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited