web3 property

Old web3 object, deprecated now.

Implementation

@deprecated
static Ethereum? get web3 => _web3 != null ? Ethereum._(_web3!) : null;