PropertyMask constructor

PropertyMask({
  1. List<String>? paths,
})

Implementation

PropertyMask({
  this.paths,
});