ListGraphsResponse constructor

ListGraphsResponse({
  1. List<Graph>? graphList,
  2. String? nextToken,
})

Implementation

ListGraphsResponse({
  this.graphList,
  this.nextToken,
});