path_finding
path_finding
PointNode
PointNode
PointNode
path_finding
path_finding
PointNode
PointNode
constructor
PointNode
Source
path_finding
path_finding
PointNode
Properties
hashCode
location
runtimeType
walkable
Constructors
PointNode
Operators
operator ==
Methods
noSuchMethod
toString
PointNode
(
location
, {
bool
walkable
:
true
})
Not documented.
Source
PointNode(this.location, {bool walkable: true}) : super(walkable);