ObjectReferences constructor

ObjectReferences({
  1. List<String>? objectIds,
})

Implementation

ObjectReferences({
  this.objectIds,
});