AXNodeId.fromJson constructor

AXNodeId.fromJson(
  1. String value
)

Implementation

factory AXNodeId.fromJson(String value) => AXNodeId(value);