NodeInfo constructor
const
NodeInfo({
- required String id,
- required NodeCoordinate coordinate,
Creates a new immutable NodeInfo with the given id and coordinate.
Implementation
const NodeInfo({
required this.id,
required this.coordinate,
});