Block constructor
const
Block({})
Implementation
const Block({
required this.blockhash,
required this.previousBlockhash,
required this.parentSlot,
required this.transactions,
required this.meta,
required this.signatures,
required this.rewards,
required this.blockTime,
required this.blockHeight,
});