properties property
Implementation
@override
CoreEventProperties? get properties => CoreEventProperties(
name: _name,
explorerId: _explorerId,
method: _method,
caipNetworkId: _caipNetworkId,
reconnect: _reconnect,
);
@override
CoreEventProperties? get properties => CoreEventProperties(
name: _name,
explorerId: _explorerId,
method: _method,
caipNetworkId: _caipNetworkId,
reconnect: _reconnect,
);