menu
flutter_mongodb_realm package
documentation
flutter_mongo_realm.dart
ObjectId
ObjectId.fromSeconds constructor
ObjectId.fromSeconds constructor
dark_mode
light_mode
ObjectId.fromSeconds
constructor
ObjectId.fromSeconds
(
int
seconds
, [
bool
clientMode
=
false
])
Implementation
ObjectId.fromSeconds(int seconds, [bool clientMode = false]) : _id = createId(seconds, clientMode);
flutter_mongodb_realm package
documentation
flutter_mongo_realm
ObjectId
ObjectId.fromSeconds constructor
ObjectId class