blockchainIdentity property

  1. @override
BlockchainIdentity? get blockchainIdentity
override

The url to the account's avatar image. Pass this into a Image.network and it will load the avatar image.

Implementation

@override
BlockchainIdentity? get blockchainIdentity => _blockchainIdentity;