Blockhash constructor
const
Blockhash({
- required FeeCalculator feeCalculator,
- required String blockhash,
Implementation
const Blockhash({required this.feeCalculator, required this.blockhash});