menu
web3modal_flutter package
documentation
services/blockchain_service/models/blockchain_identity.dart
BlockchainIdentity
BlockchainIdentity const constructor
BlockchainIdentity const constructor
dark_mode
light_mode
BlockchainIdentity
constructor
const
BlockchainIdentity
(
{
String
?
name
,
String
?
avatar
,
})
Implementation
const factory BlockchainIdentity({ String? name, String? avatar, }) = _BlockchainIdentity;
web3modal_flutter package
documentation
services/blockchain_service/models/blockchain_identity
BlockchainIdentity
BlockchainIdentity const constructor
BlockchainIdentity class