Batch constructor
Batch({
- int? itemId,
- int? batchNum,
- int? ethereumBlockNum,
- String? ethereumBlockHash,
- String? timestamp,
- String? forgerAddr,
- dynamic collectedFees,
- double? historicTotalCollectedFeesUSD,
- String? stateRoot,
- int? numAccounts,
- String? exitRoot,
- int? forgeL1TransactionsNum,
- int? slotNum,
- int? forgedTransactions,
Implementation
Batch(
{this.itemId,
this.batchNum,
this.ethereumBlockNum,
this.ethereumBlockHash,
this.timestamp,
this.forgerAddr,
this.collectedFees,
this.historicTotalCollectedFeesUSD,
this.stateRoot,
this.numAccounts,
this.exitRoot,
this.forgeL1TransactionsNum,
this.slotNum,
this.forgedTransactions});