ListNodesResponse constructor

ListNodesResponse({
  1. String? nextToken,
  2. List<NodeInfo>? nodeInfoList,
})

Implementation

ListNodesResponse({
  this.nextToken,
  this.nodeInfoList,
});