Block constructor
Block({})
Implementation
Block({
required this.hash,
required this.parentHash,
required this.number,
required this.timestamp,
required this.miner,
required this.gasLimit,
required this.gasUsed,
required this.transactions,
this.baseFeePerGas,
});