SystemState constructor
const
SystemState({})
Implementation
const SystemState({
required this.epoch,
required this.referenceGasPrice,
this.systemState,
this.epochStartTimestampMs,
});
const SystemState({
required this.epoch,
required this.referenceGasPrice,
this.systemState,
this.epochStartTimestampMs,
});