evmTx property

EVMTransaction? get evmTx

Implementation

EVMTransaction? get evmTx =>
    this is EVMTransaction ? this as EVMTransaction : null;