walletSet property

Set<String> get walletSet

Implementation

Set<String> get walletSet =>
    walletList.map((item) => item.practiceBlindIdentityKey).toSet();