PathToObjectIdentifiers constructor

PathToObjectIdentifiers({
  1. List<String>? objectIdentifiers,
  2. String? path,
})

Implementation

PathToObjectIdentifiers({
  this.objectIdentifiers,
  this.path,
});