v1OrganizationData constructor

const v1OrganizationData({
  1. String? organizationId,
  2. String? name,
  3. List<v1User>? users,
  4. List<v1Policy>? policies,
  5. List<v1PrivateKey>? privateKeys,
  6. List<v1Invitation>? invitations,
  7. List<datav1Tag>? tags,
  8. externaldatav1Quorum? rootQuorum,
  9. List<v1Feature>? features,
  10. List<v1Wallet>? wallets,
  11. List<v1SmartContractInterfaceReference>? smartContractInterfaceReferences,
})

Implementation

const v1OrganizationData({
   this.organizationId,
   this.name,
   this.users,
   this.policies,
   this.privateKeys,
   this.invitations,
   this.tags,
   this.rootQuorum,
   this.features,
   this.wallets,
   this.smartContractInterfaceReferences,
});