asEthBased property

ERC20Entity? get asEthBased

Implementation

ERC20Entity? get asEthBased =>
    this is ERC20Entity ? this as ERC20Entity : null;