OfferResponse constructor

OfferResponse(
  1. String id,
  2. String pagingToken,
  3. KeyPair seller,
  4. Asset selling,
  5. Asset buying,
  6. String amount,
  7. String price,
  8. String sponsor,
  9. int lastModifiedLedger,
  10. String lastModifiedTime,
  11. OfferResponseLinks links
)

Implementation

OfferResponse(
    this.id,
    this.pagingToken,
    this.seller,
    this.selling,
    this.buying,
    this.amount,
    this.price,
    this.sponsor,
    this.lastModifiedLedger,
    this.lastModifiedTime,
    this.links);