EventFilter constructor

EventFilter({
  1. String? address,
  2. List? topics,
})

Implementation

EventFilter({this.address, this.topics});