fCost property

HashMap<GridPoint, int> fCost
getter/setter pair

Implementation

late HashMap<GridPoint, int> fCost;