SolanaRPCGetLeaderSchedule constructor

const SolanaRPCGetLeaderSchedule({
  1. int? slot,
  2. String? identity,
  3. Commitment? commitment,
})

Implementation

const SolanaRPCGetLeaderSchedule(
    {this.slot, this.identity, Commitment? commitment})
    : super(commitment: commitment);