topics property
The topics of this event, hex-encoded.
For solidity events, the first topic is a hash of the event signature (except for anonymous events). All further topics are the encoded values of indexed parameters.
Implementation
final List<String>? topics;