menu
flutter_mongodb_realm package
documentation
flutter_mongo_realm.dart
ObjectId
tryParse static method
tryParse static method
dark_mode
light_mode
tryParse
static method
ObjectId
?
tryParse
(
String
hexString
)
Implementation
static ObjectId? tryParse(String hexString) => isValidHexId(hexString) ? parse(hexString) : null;
flutter_mongodb_realm package
documentation
flutter_mongo_realm
ObjectId
tryParse static method
ObjectId class