menu
flutter_mongodb_realm package
documentation
flutter_mongo_realm.dart
UuidValue
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
UuidValue
other
)
Implementation
bool equals(UuidValue other) { return uuid == other.uuid; }
flutter_mongodb_realm package
documentation
flutter_mongo_realm
UuidValue
equals method
UuidValue class