totalByteLength property

  1. @override
int totalByteLength

Implementation

@override
int get totalByteLength =>
    bsonCollection.totalByteLength + bsonObjectId.totalByteLength;