gas property

BigInt? gas

This is the gas limit that should be used during deployment. It may be null.

Implementation

BigInt? get gas => impl.gas?.toBigInt;