MerchantResponse constructor

MerchantResponse({
  1. List<SquareError>? errors,
  2. String? cursor,
  3. List<Merchant>? merchants,
})

Implementation

MerchantResponse({
  this.errors, this.cursor, this.merchants
});