properties property
Implementation
@override
CoreEventProperties? get properties => CoreEventProperties(
name: _name,
platform: _platform,
explorerId: _explorerId,
walletRank: _walletRank,
displayIndex: _displayIndex, // TODO analytics what is this?
view: _view,
);