WalletModules class

Represents the different modules associated with a wallet.

Annotations
  • @freezed

Constructors

WalletModules({@JsonKey(name: 'GuardianManager') required String guardianManager, @JsonKey(name: 'LockManager') required String lockManager, @JsonKey(name: 'RecoveryManager') required String recoveryManager, @JsonKey(name: 'ApprovedTransfer') required String approvedTransfer, @JsonKey(name: 'TokenExchanger') required String tokenExchanger, @JsonKey(name: 'CommunityManager') required String communityManager, @JsonKey(name: 'WalletOwnershipManager') required String walletOwnershipManager, @JsonKey(name: 'DAIPointsManager') String? daiPointsManager, @JsonKey(name: 'TransferManager') required String transferManager, @JsonKey(name: 'NftTransfer') String? nftTransfer})
Creates a new WalletModules instance.
factory
WalletModules.fromJson(Map<String, dynamic> json)
Creates a new WalletModules instance from a JSON object.
factory

Properties

approvedTransfer String
no setterinherited
communityManager String
no setterinherited
copyWith → $WalletModulesCopyWith<WalletModules>
no setterinherited
daiPointsManager String?
no setterinherited
guardianManager String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lockManager String
no setterinherited
nftTransfer String?
no setterinherited
recoveryManager String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenExchanger String
no setterinherited
transferManager String
no setterinherited
walletOwnershipManager String
no setterinherited

Methods

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

Operators

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