ReserveResponse constructor

ReserveResponse(
  1. String amount,
  2. Asset asset
)

Implementation

ReserveResponse(this.amount, this.asset);