Node.Id constructor

Node.Id(
  1. dynamic id
)

Implementation

Node.Id(dynamic id) {
  key = ValueKey(id);
}