isMongoId property
bool
get
isMongoId
Checks if the string is a valid MongoDB ObjectId.
Implementation
bool get isMongoId {
return _isMongoId(this);
}
Checks if the string is a valid MongoDB ObjectId.
bool get isMongoId {
return _isMongoId(this);
}