Network constructor
Network({
- DateTime? creationDate,
- String? description,
- Framework? framework,
- NetworkFrameworkAttributes? frameworkAttributes,
- String? frameworkVersion,
- String? id,
- String? name,
- NetworkStatus? status,
- VotingPolicy? votingPolicy,
- String? vpcEndpointServiceName,
Implementation
Network({
this.creationDate,
this.description,
this.framework,
this.frameworkAttributes,
this.frameworkVersion,
this.id,
this.name,
this.status,
this.votingPolicy,
this.vpcEndpointServiceName,
});