$DocumentMask constructor

$DocumentMask({
  1. List<String>? fieldPaths,
})

Implementation

$DocumentMask({
  this.fieldPaths,
});