simolus3 / web3dart

Ethereum library, written in Dart.
MIT License
441 stars 270 forks source link

When generate file `.g` from `abi.json` containt with function name containt `_` in dart #213

Open duongkibo opened 2 years ago

duongkibo commented 2 years ago

When generate file .g from abi.json const with function name containt _ in dart _ is Access Modifiers ( private). I can't call this function from file .g in other class