EventsBlocksRequest constructor

const EventsBlocksRequest(
  1. NetworkIdentifier networkIdentifier,
  2. int? offset,
  3. int? limit
)

Implementation

const EventsBlocksRequest(this.networkIdentifier, this.offset, this.limit);