PayMgo constructor

PayMgo(
  1. List<MgoObjectRef> coins,
  2. List<String> recipients,
  3. List<int> amounts
)

Implementation

PayMgo(this.coins, this.recipients, this.amounts);