menu
flutter_mongodb_realm package
documentation
flutter_mongo_realm.dart
BsonBinary
readDouble method
readDouble method
dark_mode
light_mode
readDouble
method
double
readDouble
(
)
Implementation
double readDouble() { offset += 8; return byteArray.getFloat64(offset - 8, Endian.little); }
flutter_mongodb_realm package
documentation
flutter_mongo_realm
BsonBinary
readDouble method
BsonBinary class