GetEventsRequest constructor Null safety

GetEventsRequest(
  1. String startLedger,
  2. String endLedger,
  3. {List<EventFilter>? filters,
  4. List<PaginationOptions>? paginationOptions}
)

Implementation

GetEventsRequest(this.startLedger, this.endLedger,
    {this.filters, this.paginationOptions});