BotTax constructor

const BotTax({
  1. required BigInt lamports,
  2. required bool lastInstruction,
})

Implementation

const BotTax({required this.lamports, required this.lastInstruction});