Param constructor

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

Implementation

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