RPCCompileSerpent constructor

RPCCompileSerpent({
  1. required String code,
})

Implementation

RPCCompileSerpent({
  required this.code,
});