PageDetails constructor

PageDetails({
  1. String? id,
  2. String? name,
  3. String? clientId,
  4. String? pageId,
  5. String? status,
  6. Properties? properties,
  7. List<Component>? components,
  8. String? imageKey,
  9. String? createdBy,
  10. String? appVersion,
  11. String? tag,
  12. List<String>? usedIn,
  13. DateTime? createdAt,
  14. DateTime? updatedAt,
  15. num? v,
})

Implementation

PageDetails({
  this.id,
  this.name,
  this.clientId,
  this.pageId,
  this.status,
  this.properties,
  this.components,
  this.imageKey,
  this.createdBy,
  this.appVersion,
  this.tag,
  this.usedIn,
  this.createdAt,
  this.updatedAt,
  this.v,
});