ObjectId constructor

ObjectId({
  1. List<int>? objectIdPath,
})

Implementation

ObjectId({
  this.objectIdPath,
});