ListCatalogResponse constructor

const ListCatalogResponse({
  1. String? cursor,
  2. List<CatalogObject>? objects,
  3. List<SquareError>? errors,
})

Implementation

const ListCatalogResponse({
  this.cursor,
  this.objects,
  super.errors,
});