NodesPathPrefixGetResponse.response200 constructor

NodesPathPrefixGetResponse.response200(
  1. List<Node> body
)

List of matching nodes

Implementation

factory NodesPathPrefixGetResponse.response200(List<Node> body) =>
    NodesPathPrefixGetResponse200.response200(body);