v1OrganizationData constructor
const
v1OrganizationData({
- String? organizationId,
- String? name,
- List<
v1User> ? users, - List<
v1Policy> ? policies, - List<
v1PrivateKey> ? privateKeys, - List<
v1Invitation> ? invitations, - List<
datav1Tag> ? tags, - externaldatav1Quorum? rootQuorum,
- List<
v1Feature> ? features, - List<
v1Wallet> ? wallets, - 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,
});