Param constructor

Param({
  1. String from,
  2. String contract,
  3. List<Arg> args,
  4. double maxFee,
})

Implementation

Param({
  this.from,
  this.contract,
  this.args,
  this.maxFee,
});