EventsBlocksResponse constructor

const EventsBlocksResponse(
  1. int maxSequence,
  2. List<BlockEvent> events
)

Implementation

const EventsBlocksResponse(this.maxSequence, this.events);