menu
flutter_mongodb_realm package
documentation
flutter_mongo_realm.dart
ObjectId
toHexString method
toHexString method
dark_mode
light_mode
toHexString
method
String
toHexString
(
)
Same as $oid. It will be deprecated in a future release.
Implementation
String
toHexString() => _id.hexString;
flutter_mongodb_realm package
documentation
flutter_mongo_realm
ObjectId
toHexString method
ObjectId class
Constructors
new
fromBsonBinary
fromBuffer
fromHexString
fromSeconds
Properties
$oid
dateTime
hashCode
id
runtimeType
Methods
noSuchMethod
toHexString
toJson
toJsonOid
(ext)
toString
Operators
operator ==
Static methods
createId
extractData
isValidHexId
parse
tryParse