oid property

String get oid

Returns the hexadecimal string representation of this ObjectId

Implementation

String get oid => _id.hexString;