Network constructor

Network({
  1. DateTime? creationDate,
  2. String? description,
  3. Framework? framework,
  4. NetworkFrameworkAttributes? frameworkAttributes,
  5. String? frameworkVersion,
  6. String? id,
  7. String? name,
  8. NetworkStatus? status,
  9. VotingPolicy? votingPolicy,
  10. String? vpcEndpointServiceName,
})

Implementation

Network({
  this.creationDate,
  this.description,
  this.framework,
  this.frameworkAttributes,
  this.frameworkVersion,
  this.id,
  this.name,
  this.status,
  this.votingPolicy,
  this.vpcEndpointServiceName,
});