TokenRecipient constructor

TokenRecipient(
  1. AccURL url,
  2. int amount
)

Implementation

TokenRecipient(this.url, this.amount);