NodeCoordinate constructor
Creates a new immutable NodeCoordinate with the given x and y values.
Implementation
const NodeCoordinate({
required this.x,
required this.y,
});
Creates a new immutable NodeCoordinate with the given x and y values.
const NodeCoordinate({
required this.x,
required this.y,
});