totalByteLength property

  1. @override
int get totalByteLength

Implementation

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