Node constructor
const
Node({
- required String id,
Creates a new node with the specified id.
Implementation
const Node({required this.id});
Creates a new node with the specified id.
const Node({required this.id});