MerchantResponse constructor
MerchantResponse({
- List<
SquareError> ? errors, - String? cursor,
- List<
Merchant> ? merchants,
Implementation
MerchantResponse({
this.errors, this.cursor, this.merchants
});