isMongoId property

bool get isMongoId

Checks if the string is a valid MongoDB ObjectId.

Implementation

bool get isMongoId {
  return _isMongoId(this);
}