flutter_mongo_realm library

Classes

AggregateOperator
AnonymousCredential
ArrayModifier
BSON
BsonArray
BsonBinary
BsonBinaryData
BsonBoolean
BsonCode
BsonCString
BsonDate
BsonDecimal128
format 1° bit sign (0 positive - 1 negative) (S) 17 2°-18° Combination field (G)
BsonDouble
BsonInt
BsonLong
BsonMap
BsonNull
BsonObject
The following types are implemented partially / The following data types are not yet implemted const BSON_DATA_SYMBOL = 14; const BSON_DATA_CODE_W_SCOPE = 15;
BsonObjectId
BsonRegexp
BsonRegexpData
BsonString
BsonTimestamp
CoreRealmUser
A user that belongs to a MongoDB Stitch application.
Credentials
CustomJwtCredential
DBPointer
DBPointerData
DbRef
DbRefData
FacebookCredential
FunctionCredential
GoogleCredential2
LogicalQueryOperator
MongoCollection
MongoCollection provides read and write access to documents.
MongoDatabase
MongoDatabase provides access to its MongoCollections.
MongoDocument
A representation of a document as a Map
MongoRealmAuth
MongoRealmAuth manages authentication for any Stitch based client.
MongoRealmClient
The MongoRealmClient is the entry point for working with data in MongoDB remotely via Stitch.
ObjectId
PipelineStage
QueryOperator
RealmApp
RemoteFindOptions
StitchCredential
A StitchCredential provides a Stitch client the information needed to log in or link a user with an identity.
StitchUserProfile
Timestamp
UpdateOperator
UserPasswordCredential
Uuid
uuid for Dart Author: Yulian Kuncheff Released under MIT License.
UuidValue

Enums

OrderValue
PopValue
ProjectionValue
SortValue
////////////////////////////////////////////////////////
ValidationMode

Constants

bsonDataArray → const int
Array BSON Type
bsonDataBinary → const int
BsonBinary BSON Type
bsonDataBool → const int
Bool BSON Type
bsonDataCode → const int
Code BSON Type
bsonDataDate → const int
Date BSON Type
bsonDataDbPointer → const int
DBPointer BSON Type
bsonDataInt → const int
32 bit Integer BSON Type
bsonDataLong → const int
@classconstant BSON_DATA_LONG
bsonDataNull → const int
null BSON Type
bsonDataNumber → const int
Number BSON Type
bsonDataObject → const int
Object BSON Type
bsonDataObjectId → const int
ObjectID BSON Type
bsonDataRegExp → const int
RegExp BSON Type
bsonDataString → const int
String BSON Type
bsonDataTimestamp → const int
Timestamp BSON Type
bsonDataUndefined → const int
undefined BSON Type
bsonDecimal128 → const int
Decimal128 Type (0x13)

Properties

charMatcherRegExp RegExp
final
exponent1Mask → Int64
final
exponent2Mask → Int64
final
finite2Mask → Int64
mask for finite - case 2 (01100000)
final
infinityMask → Int64
mask for infinity (01111000)
final
infinityValue → Decimal
final
maxExponent → Int64
final
maxInt64 → Decimal
final
maxSignificand → Decimal
final
maxUInt64 → Decimal
final
naNMask → Int64
mask for NaN (01111100)
final
significand1Mask → Int64
final
significand2impliedMask → Int64
final
significand2Mask → Int64
final
signMask → Int64
mask for Sign (10000000)
final