NodeId.fromJson constructor

NodeId.fromJson(
  1. int value
)

Implementation

factory NodeId.fromJson(int value) => NodeId(value);