SelectWalletEvent constructor
SelectWalletEvent({})
Implementation
SelectWalletEvent({
required String name,
String? explorerId,
AnalyticsPlatform? platform,
int? walletRank,
int? displayIndex,
String? view,
}) : _name = name,
_explorerId = explorerId,
_platform = platform?.name,
_walletRank = walletRank,
_displayIndex = displayIndex,
_view = view;