DFMap class

包含地图所需的所有输入数据

Constructors

DFMap(List<List<int>>? maps, int width, int height, DFMapNode start, DFMapNode end)

Properties

end DFMapNode
最终结点
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
地图的高
getter/setter pair
maps List<List<int>>?
二维数组的地图
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DFMapNode
起始结点
getter/setter pair
width int
地图的宽
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