web3TypesToDart function

String web3TypesToDart(
  1. String web3Ty
)

Implementation

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