PageResponse constructor

PageResponse({
  1. int? pagesId,
  2. String? pagesTitre,
  3. String? pagesSlug,
  4. String? pagesContent,
  5. String? entryBy,
  6. String? pagesStores,
  7. int? column,
  8. int? order,
})

Implementation

PageResponse({
  this.pagesId,
  this.pagesTitre,
  this.pagesSlug,
  this.pagesContent,
  this.entryBy,
  this.pagesStores,
  this.column,
  this.order,
});