UpdateFolderDtoRequest constructor

UpdateFolderDtoRequest({
  1. String? name,
  2. String? emoji,
  3. String? path,
  4. bool? isActive,
})

Implementation

UpdateFolderDtoRequest({
  this.name,
  this.emoji,
  this.path,
  this.isActive,
});