cumulativeGasUsed property

int? cumulativeGasUsed

Cumulative gas used. The total amount of gas used when this transaction was executed in the block.

Implementation

int? get cumulativeGasUsed => _cumulativeGasUsed;