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