v1OrganizationData class

Constructors

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})
const
v1OrganizationData.fromJson(Map<String, dynamic> json)
factory

Properties

features List<v1Feature>?
final
hashCode int
The hash code for this object.
no setterinherited
invitations List<v1Invitation>?
final
name String?
final
organizationId String?
final
policies List<v1Policy>?
final
privateKeys List<v1PrivateKey>?
final
rootQuorum externaldatav1Quorum?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smartContractInterfaceReferences List<v1SmartContractInterfaceReference>?
final
tags List<datav1Tag>?
final
users List<v1User>?
final
wallets List<v1Wallet>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited