ClawbackOperation constructor Null safety

ClawbackOperation(
  1. MuxedAccount _from,
  2. Asset _asset,
  3. String _amount
)

Implementation

ClawbackOperation(this._from, this._asset, this._amount);