OutputVariable constructor

const OutputVariable({
  1. required String to,
  2. required BigInt amount,
  3. required String assetId,
})

Implementation

const OutputVariable(
    {required this.to, required this.amount, required this.assetId});