String web3TypesToDart(String web3Ty) { return _web3TypesLookup.containsKey(web3Ty) ? _web3TypesLookup[web3Ty] : web3Ty; }