oid property
String
get
oid
Returns the hexadecimal string representation of this ObjectId
Implementation
String get oid => _id.hexString;
Returns the hexadecimal string representation of this ObjectId
String get oid => _id.hexString;