RPCBlockRangeConfig constructor

const RPCBlockRangeConfig({
  1. required int firstSlot,
  2. int? lastSlot,
})

Implementation

const RPCBlockRangeConfig({required this.firstSlot, this.lastSlot});