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