ListNetworkProfilesResult constructor
ListNetworkProfilesResult({
- List<
NetworkProfile> ? networkProfiles, - String? nextToken,
Implementation
ListNetworkProfilesResult({
this.networkProfiles,
this.nextToken,
});