EthereumRequestCompileSolidity constructor

EthereumRequestCompileSolidity({
  1. required String code,
})

Implementation

EthereumRequestCompileSolidity({
  required this.code,
});