RPCCompileSolidity constructor

RPCCompileSolidity({
  1. required String code,
})

Implementation

RPCCompileSolidity({
  required this.code,
});