GraphVertex$Impl class

Implemented types

Constructors

GraphVertex$Impl(Pointer<Void> handle)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
graph vertex unique identifier.
no setteroverride
isElevation bool
graph vertex used in elevation graph ElevationGraph or not.
no setteroverride
isExternal bool
graph vertex can be used to communicate with external graphs or not.
no setteroverride
name String
graph vertex name.
no setteroverride
point Point
graph vertex position in meters Point.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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