SourceObjectPosition class final
A structure that describes a source object position.
Class presents position of network element on network source.
- Implemented types
Constructors
- SourceObjectPosition.withPosition({required int sourceIndex, required int sourceOid, required double position})
-
Creates a source object position instance.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- position ↔ double
-
Position.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceIndex ↔ int
-
Source index.
getter/setter pair
- sourceObjectId ↔ int
-
Source object ID.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited