ObjectId constructor
ObjectId()
Generates an ObjectId instance with the actual seconds
Implementation
ObjectId(/* {bool clientMode = false} */)
: _id = createId(Statics.secondsSinceEpoch /* , clientMode */);
Generates an ObjectId instance with the actual seconds
ObjectId(/* {bool clientMode = false} */)
: _id = createId(Statics.secondsSinceEpoch /* , clientMode */);