Param constructor

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

Implementation

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