AccountResponseLinks constructor

AccountResponseLinks(
  1. Link effects,
  2. Link offers,
  3. Link operations,
  4. Link self,
  5. Link transactions
)

Implementation

AccountResponseLinks(
    this.effects, this.offers, this.operations, this.self, this.transactions);