LogEntry constructor
const
LogEntry({})
Creates a new instance of the LogEntry class.
Implementation
const LogEntry({
required this.address,
required this.blockHash,
required this.blockNumber,
required this.data,
required this.logIndex,
required this.removed,
required this.topics,
required this.transactionHash,
required this.transactionIndex,
});