SolanaRPCGetRecentPerformanceSamples constructor

const SolanaRPCGetRecentPerformanceSamples({
  1. required int limit,
})

Implementation

const SolanaRPCGetRecentPerformanceSamples({
  required this.limit,
});