ListNetworksOutput constructor
ListNetworksOutput({
- List<
NetworkSummary> ? networks, - String? nextToken,
Implementation
ListNetworksOutput({
this.networks,
this.nextToken,
});