SolPayment constructor

const SolPayment({
  1. required BigInt lamports,
  2. required SolAddress destination,
})

Implementation

const SolPayment({required this.lamports, required this.destination});