PerformanceSample constructor
const
PerformanceSample({})
Performance Sample.
Implementation
const PerformanceSample({
required this.slot,
required this.numTransactions,
required this.numSlots,
required this.samplePeriodSecs,
});