GetLeaderScheduleConfig constructor
GetLeaderScheduleConfig({
- Commitment? commitment = Commitment.finalized,
- String? identity,
Implementation
GetLeaderScheduleConfig({
this.commitment = Commitment.finalized,
this.identity,
});