ListNetworksOutput constructor

ListNetworksOutput({
  1. List<NetworkSummary>? networks,
  2. String? nextToken,
})

Implementation

ListNetworksOutput({
  this.networks,
  this.nextToken,
});