PhotoFolderBody constructor

PhotoFolderBody({
  1. String? name,
  2. String? parentId,
  3. String? storeId,
})

Implementation

PhotoFolderBody({
  this.name,
  this.parentId,
  this.storeId,
});