Query$GetEpoch$epoch constructor

Query$GetEpoch$epoch({
  1. required int epochId,
  2. String? referenceGasPrice,
  3. String? startTimestamp,
})

Implementation

Query$GetEpoch$epoch({
  required this.epochId,
  this.referenceGasPrice,
  this.startTimestamp,
});